From 37d758dae1cbe9a008473f6dd6cd97e0f42e8efc Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 16 Jul 2019 16:45:09 -0700 Subject: [PATCH] Use correct w value in xrFrame_getPose Values other than 1 are supposed to throw --- tests/wpt/metadata/MANIFEST.json | 2 +- tests/wpt/web-platform-tests/webxr/xrFrame_getPose.https.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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,