mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
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
14 lines
276 B
JavaScript
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'],
|
|
});
|
|
}
|
|
);
|