mirror of
https://github.com/servo/servo.git
synced 2025-09-06 13:08:21 +01:00
Update web-platform-tests to revision 138d2e938d493a5c8435025162759c2e34b3b1d1
This commit is contained in:
parent
ce37d5ebf2
commit
732399d5d9
1754 changed files with 6528 additions and 3662 deletions
|
@ -26,8 +26,8 @@ let testFunction = function(session, fakeDeviceController, t) {
|
|||
}]);
|
||||
|
||||
return Promise.all([
|
||||
session.requestReferenceSpace({ type: "stationary", subtype: "eye-level" }),
|
||||
session.requestReferenceSpace({ type: "stationary", subtype: "eye-level" })
|
||||
session.requestReferenceSpace('local'),
|
||||
session.requestReferenceSpace('local')
|
||||
]).then((spaces) => new Promise((resolve) => {
|
||||
function onFrame(time, xrFrame) {
|
||||
const radians = Math.PI / 2.0; // 90 degrees
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue