blob: df795ded64ea94bf075a1c8f96f03f97ee618347 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>WebXR Device API IDL Tests</title>
<link rel="help" href="https://immersive-web.github.io/webxr/spec/latest/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/WebIDLParser.js"></script>
<script src="/resources/idlharness.js"></script>
<script>
"use strict";
idl_test(
['webxr'],
['html', 'dom'],
idl_array => {
idl_array.add_untested_idls("dictionary WebGLContextAttributes {};");
idl_array.add_untested_idls("interface WebGLRenderingContextBase {};");
idl_array.add_objects({
Navigator:['navigator'],
});
},
'Test IDL implementation of WebXR API');
</script>