aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-11-18 14:50:27 -0500
committerJosh Matthews <josh@joshmatthews.net>2019-11-20 15:43:06 -0500
commitb816c0ff683a162b337cf7528a87354f8b516216 (patch)
tree032ffd2dd015b36e57aab881f54e8665465d205d /tests
parentf6348b8b54a1586b291bd4858df94050e05706c0 (diff)
downloadservo-b816c0ff683a162b337cf7528a87354f8b516216.tar.gz
servo-b816c0ff683a162b337cf7528a87354f8b516216.zip
Enable webxr by default.
Diffstat (limited to 'tests')
-rw-r--r--tests/wpt/metadata/webvr/__dir__.ini2
-rw-r--r--tests/wpt/mozilla/meta/MANIFEST.json2
-rw-r--r--tests/wpt/mozilla/tests/mozilla/interfaces.html16
-rw-r--r--tests/wpt/webgl/meta/conformance/context/methods.html.ini5
4 files changed, 22 insertions, 3 deletions
diff --git a/tests/wpt/metadata/webvr/__dir__.ini b/tests/wpt/metadata/webvr/__dir__.ini
index d202f6efd61..45ce97d1e34 100644
--- a/tests/wpt/metadata/webvr/__dir__.ini
+++ b/tests/wpt/metadata/webvr/__dir__.ini
@@ -1 +1 @@
-prefs: ["dom.gamepad.enabled:true", "dom.webvr.enabled:true"]
+prefs: ["dom.gamepad.enabled:true", "dom.webvr.enabled:true", "dom.webxr.enabled:false"]
diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json
index 409d33b4c58..b1babc8b119 100644
--- a/tests/wpt/mozilla/meta/MANIFEST.json
+++ b/tests/wpt/mozilla/meta/MANIFEST.json
@@ -19023,7 +19023,7 @@
"testharness"
],
"mozilla/interfaces.html": [
- "f1d58732adafef4afc9f9b7f16d6961e4b74a5e9",
+ "08e8181e6e639caeaecd84c16d582c0ec3f99474",
"testharness"
],
"mozilla/interfaces.js": [
diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.html b/tests/wpt/mozilla/tests/mozilla/interfaces.html
index f1d58732ada..08e8181e6e6 100644
--- a/tests/wpt/mozilla/tests/mozilla/interfaces.html
+++ b/tests/wpt/mozilla/tests/mozilla/interfaces.html
@@ -259,6 +259,22 @@ test_interfaces([
"XMLHttpRequestEventTarget",
"XMLHttpRequestUpload",
"XMLSerializer",
+ "XR",
+ "XRFrame",
+ "XRInputSource",
+ "XRInputSourceArray",
+ "XRInputSourceEvent",
+ "XRPose",
+ "XRReferenceSpace",
+ "XRRenderState",
+ "XRRigidTransform",
+ "XRSession",
+ "XRSessionEvent",
+ "XRSpace",
+ "XRView",
+ "XRViewerPose",
+ "XRViewport",
+ "XRWebGLLayer",
"console",
]);
</script>
diff --git a/tests/wpt/webgl/meta/conformance/context/methods.html.ini b/tests/wpt/webgl/meta/conformance/context/methods.html.ini
index 3869ed06101..281cbb288e0 100644
--- a/tests/wpt/webgl/meta/conformance/context/methods.html.ini
+++ b/tests/wpt/webgl/meta/conformance/context/methods.html.ini
@@ -2,4 +2,7 @@
bug: https://github.com/servo/servo/issues/15266
[WebGL test #0: Property either does not exist or is not a function: isContextLost]
expected: FAIL
-
+ [WebGL test #1: Also found the following extra methods:]
+ expected: FAIL
+ [WebGL test #2: makeXRCompatible]
+ expected: FAIL