mirror of
https://github.com/servo/servo.git
synced 2025-07-10 08:53:41 +01:00
17 lines
307 B
JavaScript
17 lines
307 B
JavaScript
// 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'],
|
|
});
|
|
}
|
|
);
|