gecko-dev/testing/web-platform/tests/storage-access-api/idlharness.tentative.window.js
Philip Jägenstedt 3dc120e64a Bug 1594932 [wpt PR 20165] - [storage-access-api] make idlharness.js test tentative with external IDL, a=testonly
Automatic update from web-platform-tests
[storage-access-api] make idlharness.js test tentative with external IDL (#20165)

There is already precedent for this style with
trusted-types.tentative.idl and xslt.tentative.idl.

The `[OverrideBuiltins]` extended attribute was not kept because it's
not in the spec pull request and it also isn't used by idlharness.js.
--

wpt-commits: fc414534ecbd776186ac6c787665ae853b142d7e
wpt-pr: 20165
2020-02-17 10:27:45 +00:00

14 lines
276 B
JavaScript

// META: global=window,worker
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict';
idl_test(
['storage-access-api.tentative'],
['dom'],
idl_array => {
idl_array.add_objects({
Document: ['document'],
});
}
);