mirror of
https://github.com/servo/servo.git
synced 2025-07-10 17:03:40 +01:00
16 lines
285 B
JavaScript
16 lines
285 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
'use strict';
|
|
|
|
// https://w3c.github.io/page-visibility/
|
|
|
|
idl_test(
|
|
['page-visibility'],
|
|
['dom', 'html'],
|
|
idl_array => {
|
|
idl_array.add_objects({
|
|
Document: ['document'],
|
|
});
|
|
}
|
|
);
|