mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
Automatic update from web-platform-testsAdd Reporting API IDL file + test (#12496) -- wpt-commits: c92440a9aaf49d4dc7d4043e08bbcda7d67ad1d2 wpt-pr: 12496
14 lines
216 B
JavaScript
14 lines
216 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['reporting'],
|
|
[],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
// TODO: objects
|
|
});
|
|
}
|
|
);
|