Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable XR WPT tests #23786

Merged
merged 7 commits into from Jul 17, 2019
Merged

Use correct w value in xrFrame_getPose

Values other than 1 are supposed to throw
  • Loading branch information
Manishearth committed Jul 17, 2019
commit 37d758dae1cbe9a008473f6dd6cd97e0f42e8efc
"testharness"
],
"webxr/xrFrame_getPose.https.html": [
"50e8abf145b98730f4859c5ccd2ded4eb38d57ba",
"313cd11c32005abdfa4686bc857e514ee4a29f75",
"testharness"
],
"webxr/xrFrame_lifetime.https.html": [
@@ -31,7 +31,7 @@
x : 0,
y : 1,
z : 0,
w : 0
w : 1
}),
DOMPointReadOnly.fromPoint({
x : Math.sin(radians / 2),
@@ -47,7 +47,7 @@
x : 1,
y : 0,
z : 0,
w : 0
w : 1
}),
DOMPointReadOnly.fromPoint({
x : 0,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.