Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/active-script-webidl-callbacks
/
.
/
deprecation-reporting
/
idlharness.any.js
blob: 720bacfa3ff3f00e2b8dcc4e061924d2dc48e876 [
file
] [
log
] [
blame
] [
edit
]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict'
;
idl_test
(
[
'deprecation-reporting'
],
[
'reporting'
],
idl_array
=>
{
idl_array
.
add_objects
({
// TODO: objects
});
}
);