blob: 91793af71e741ef6546d1eca37e93338ab2779f7 [file] [log] [blame]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict';
// https://compat.spec.whatwg.org/
idl_test(
['compat'],
['html', 'dom'],
idl_array => {
idl_array.add_objects({
Window: ['window'],
HTMLBodyElement: ['document.body'],
});
}
);