diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 508d1b952f8..3f9ce24dd5e 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -687658,7 +687658,7 @@ "testharness" ], "webxr/xrFrame_getPose.https.html": [ - "50e8abf145b98730f4859c5ccd2ded4eb38d57ba", + "313cd11c32005abdfa4686bc857e514ee4a29f75", "testharness" ], "webxr/xrFrame_lifetime.https.html": [ diff --git a/tests/wpt/web-platform-tests/webxr/xrFrame_getPose.https.html b/tests/wpt/web-platform-tests/webxr/xrFrame_getPose.https.html index 50e8abf145b..313cd11c320 100644 --- a/tests/wpt/web-platform-tests/webxr/xrFrame_getPose.https.html +++ b/tests/wpt/web-platform-tests/webxr/xrFrame_getPose.https.html @@ -31,7 +31,7 @@ let testFunction = function(session, fakeDeviceController, t) { x : 0, y : 1, z : 0, - w : 0 + w : 1 }), DOMPointReadOnly.fromPoint({ x : Math.sin(radians / 2), @@ -47,7 +47,7 @@ let testFunction = function(session, fakeDeviceController, t) { x : 1, y : 0, z : 0, - w : 0 + w : 1 }), DOMPointReadOnly.fromPoint({ x : 0,