mirror of
https://github.com/servo/servo.git
synced 2025-07-10 08:53:41 +01:00
12 lines
218 B
JavaScript
12 lines
218 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
'use strict';
|
|
|
|
idl_test(
|
|
['vibration'],
|
|
['html'],
|
|
idl_array => {
|
|
idl_array.add_objects({Navigator: ['navigator']});
|
|
}
|
|
);
|