mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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>
This commit is contained in:
parent
3f24b44e15
commit
b87bf0b806
145 changed files with 3377 additions and 559 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue