Files
ladybird/Tests/LibWeb/Text/input/wpt-import/fullscreen/idlharness.window.js
2026-02-23 18:44:26 +00:00

17 lines
322 B
JavaScript

// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long
'use strict';
idl_test(
['fullscreen'],
['dom', 'html'],
idl_array => {
idl_array.add_objects({
Document: ['new Document'],
Element: ['document.createElementNS(null, "test")'],
});
}
);