diff options
Diffstat (limited to 'test/wpt/tests/interfaces/testutils.idl')
-rw-r--r-- | test/wpt/tests/interfaces/testutils.idl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/wpt/tests/interfaces/testutils.idl b/test/wpt/tests/interfaces/testutils.idl new file mode 100644 index 0000000..c5b7efd --- /dev/null +++ b/test/wpt/tests/interfaces/testutils.idl @@ -0,0 +1,9 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Test Utils Standard (https://testutils.spec.whatwg.org/) + +[Exposed=(Window,Worker)] +namespace TestUtils { + [NewObject] Promise<undefined> gc(); +}; |