mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 8da19eeb64e1dbcc32cabc2961a44e15635d116f
This commit is contained in:
parent
b32bff3b97
commit
120d9aa5dc
298 changed files with 9286 additions and 3047 deletions
|
@ -3,6 +3,7 @@
|
|||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
<script src="resources/webxr_util.js"></script>
|
||||
<script src="resources/webxr_test_constants.js"></script>
|
||||
<canvas></canvas>
|
||||
<script>
|
||||
let immersiveTestName = "XRSession cancelAnimationFrame does not have unexpected "
|
||||
|
@ -10,7 +11,7 @@
|
|||
let nonImmersiveTestName = "XRSession cancelAnimationFrame does not have unexpected "
|
||||
+ "behavior when given invalid handles on non-immersive testSession";
|
||||
|
||||
let fakeDeviceInitParams = { supportsImmersive:true };
|
||||
let fakeDeviceInitParams = TRACKED_IMMERSIVE_DEVICE;
|
||||
|
||||
let testFunction = (testSession) => new Promise((resolve) => {
|
||||
let counter = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue