diff options
author | Sebastian C <sebsebmc@gmail.com> | 2025-04-04 14:42:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-04 19:42:28 +0000 |
commit | d93dad7f49f46263b6fe08485f4c4dcff6cd2812 (patch) | |
tree | 43c46a261aaf3f8986de5f3787b54f6511a2b535 /python | |
parent | 5a35e1faec941b02291b33d10cd2f516e0464f01 (diff) | |
download | servo-d93dad7f49f46263b6fe08485f4c4dcff6cd2812.tar.gz servo-d93dad7f49f46263b6fe08485f4c4dcff6cd2812.zip |
Implement TestUtils (#36301)
Implement the TestUtils namespace from
https://testutils.spec.whatwg.org/.
This should make the `js/builtins/weakrefs` tests run faster and more
consistently.
This change will enable other WPT tests but no tests exist currently for
TestUtils itself.
Fixes: #36290
---------
Signed-off-by: Sebastian C <sebsebmc@gmail.com>
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/tidy/tidy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy/tidy.py b/python/tidy/tidy.py index 2b342af96e5..dae69af21be 100644 --- a/python/tidy/tidy.py +++ b/python/tidy/tidy.py @@ -103,6 +103,7 @@ WEBIDL_STANDARDS = [ b"//github.com/immersive-web/webxr-hands-input/", b"//gpuweb.github.io", b"//notifications.spec.whatwg.org", + b"//testutils.spec.whatwg.org/", # Not a URL b"// This interface is entirely internal to Servo, and should not be" + b" accessible to\n// web pages." |