diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2019-05-29 13:55:56 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2019-05-30 13:29:05 -0700 |
commit | c689866d3545c5adadcdbf19362894faf52d660e (patch) | |
tree | 9f55a5f7dbd677dfc66aa20de27b9e96aa4c9f9e /python/tidy/servo_tidy | |
parent | 422faddedf5a1166b78a295ee4235436cafc5491 (diff) | |
download | servo-c689866d3545c5adadcdbf19362894faf52d660e.tar.gz servo-c689866d3545c5adadcdbf19362894faf52d660e.zip |
Add XR.test()
Diffstat (limited to 'python/tidy/servo_tidy')
-rw-r--r-- | python/tidy/servo_tidy/tidy.py | 1 |
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." |