servo/tests/wpt/web-platform-tests/reporting/idlharness.window.js

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
});
}
);