diff options
Diffstat (limited to 'testing/web-platform/tests/console/idlharness.any.js')
-rw-r--r-- | testing/web-platform/tests/console/idlharness.any.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/console/idlharness.any.js b/testing/web-platform/tests/console/idlharness.any.js new file mode 100644 index 0000000000..1e7ba76ecd --- /dev/null +++ b/testing/web-platform/tests/console/idlharness.any.js @@ -0,0 +1,9 @@ +// META: script=/resources/WebIDLParser.js +// META: script=/resources/idlharness.js + +// https://console.spec.whatwg.org/ + +idl_test( + ['console'], + [] // no deps +); |