Files
tubestation/testing/web-platform/tests/webvr/idlharness.https.html
Philip Jägenstedt 4cd0b9b738 Bug 1707529 [wpt PR 28687] - Convert WebVR API idlharness.js tests to use idl_test(), a=testonly
Automatic update from web-platform-tests
Convert WebVR API idlharness.js tests to use idl_test() (#28687)

--

wpt-commits: afae1650e3441650024d04dc5837348ae3e0b049
wpt-pr: 28687
2021-05-20 03:45:20 +00:00

29 lines
720 B
HTML

<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title>WebVR IDL test</title>
<link rel="help" href="https://w3c.github.io/webvr/">
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=/resources/WebIDLParser.js></script>
<script src=/resources/idlharness.js></script>
</head>
<body>
<h1 class="instructions">Description</h1>
<p class="instructions">
This test verifies that implementations of the WebVR API match its WebIDL definition.
</p>
<div id='log'></div>
<script>
idl_test(
['webvr.tentative'],
['gamepad', 'html', 'dom']
);
</script>
</body>
</html>