diff options
author | Tim van der Lippe <TimvdLippe@users.noreply.github.com> | 2025-04-05 15:08:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-05 13:08:56 +0000 |
commit | b87bf0b806a0dd21136faf04db47af4cb356922e (patch) | |
tree | 80dacf222d1ffe23ee626494a32aedcd638f8fb7 /python/tidy/tidy.py | |
parent | 3f24b44e1581af01a3fb51c031663d1dd99a790c (diff) | |
download | servo-b87bf0b806a0dd21136faf04db47af4cb356922e.tar.gz servo-b87bf0b806a0dd21136faf04db47af4cb356922e.zip |
Stub out Trusted Types interfaces (#36355)
Some methods are implemented fully, while others are implemented
partly. With these implementations, there are no observed crashes
when running the trusted-types web-platform-tests.
Most notably, the tests/wpt/tests/trusted-types/idlharness.window.js
is now fully passing.
Part of #36258
Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
Diffstat (limited to 'python/tidy/tidy.py')
-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 dae69af21be..fe44be23df8 100644 --- a/python/tidy/tidy.py +++ b/python/tidy/tidy.py @@ -80,6 +80,7 @@ WEBIDL_STANDARDS = [ b"//dev.w3.org/csswg", b"//dev.w3.org/fxtf", b"//dvcs.w3.org/hg", + b"//www.w3.org/TR/trusted-types/", b"//dom.spec.whatwg.org", b"//drafts.csswg.org", b"//drafts.css-houdini.org", |