aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-05-30 22:04:22 -0400
committerGitHub <noreply@github.com>2019-05-30 22:04:22 -0400
commit7c8a4ecead45d576bec3aaba02a13d8f21434eb4 (patch)
tree30371c01567eadc86858796c438ab3304e3987bc /python
parenta5506365d6f1e8a75db7e7fa2f9e0b1ef73972ee (diff)
parentc2d4900c1616cb7acfd21a7ae7a5d1d134c085f9 (diff)
downloadservo-7c8a4ecead45d576bec3aaba02a13d8f21434eb4.tar.gz
servo-7c8a4ecead45d576bec3aaba02a13d8f21434eb4.zip
Auto merge of #23485 - Manishearth:xrtest, r=asajeffrey
Basic XR Testing support This adds support for the XRTest and FakeXRDeviceController APIs from https://github.com/immersive-web/webxr-test-api, and plugs them into the `mock` backend of rust-webvr. Tested with [a modified webxr test page](https://github.com/immersive-web/webxr-test-api) r? @jdm @asajeffrey <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23485) <!-- Reviewable:end -->
Diffstat (limited to 'python')
-rw-r--r--python/tidy/servo_tidy/tidy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py
index 35ebcb656db..0fdda070899 100644
--- a/python/tidy/servo_tidy/tidy.py
+++ b/python/tidy/servo_tidy/tidy.py
@@ -98,6 +98,7 @@ WEBIDL_STANDARDS = [
"//wicg.github.io",
"//webaudio.github.io",
"//immersive-web.github.io/",
+ "//github.com/immersive-web/webxr-test-api/",
# Not a URL
"// This interface is entirely internal to Servo, and should not be" +
" accessible to\n// web pages."