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