mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
17 lines
336 B
JavaScript
17 lines
336 B
JavaScript
// META: script=/resources/WebIDLParser.js
|
|
// META: script=/resources/idlharness.js
|
|
|
|
'use strict';
|
|
|
|
// https://immersive-web.github.io/webxr/
|
|
|
|
idl_test(
|
|
['webxr'],
|
|
['permissions', 'webgl1', 'html', 'dom'],
|
|
async idl_array => {
|
|
idl_array.add_objects({
|
|
Navigator: ['navigator'],
|
|
XR: ['navigator.xr'],
|
|
});
|
|
}
|
|
);
|