mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
script: Implement trusted types for DOMParser.parseFromString
(#38872)
Part of #36258 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
4e85353472
commit
d94929dbed
5 changed files with 41 additions and 25 deletions
|
@ -1,9 +0,0 @@
|
|||
[block-string-assignment-to-DOMParser-parseFromString.html]
|
||||
[`document.innerText = string` throws.]
|
||||
expected: FAIL
|
||||
|
||||
['document.innerText = null' throws]
|
||||
expected: FAIL
|
||||
|
||||
['document.innerText = string' assigned via default policy (successful HTML transformation).]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[trusted-types-reporting-for-DOMParser-parseFromString.html]
|
||||
[Violation report for plain string.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue