mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Run Trusted Types tests (#36354)
To set a baseline of test expectations prior to implementation. Part of #36258 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
d93dad7f49
commit
ad95a602f8
183 changed files with 1739 additions and 0 deletions
2
tests/wpt/include.ini
vendored
2
tests/wpt/include.ini
vendored
|
@ -251,6 +251,8 @@ skip: true
|
|||
skip: false
|
||||
[touch-events]
|
||||
skip: false
|
||||
[trusted-types]
|
||||
skip: false
|
||||
[uievents]
|
||||
skip: false
|
||||
[upgrade-insecure-requests]
|
||||
|
|
3
tests/wpt/meta/trusted-types/DOMParser-parseFromString.html.ini
vendored
Normal file
3
tests/wpt/meta/trusted-types/DOMParser-parseFromString.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[DOMParser-parseFromString.html]
|
||||
[document.innerText assigned via policy (successful HTML transformation).]
|
||||
expected: FAIL
|
2
tests/wpt/meta/trusted-types/DedicatedWorker-block-eval-function-constructor.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/DedicatedWorker-block-eval-function-constructor.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[DedicatedWorker-block-eval-function-constructor.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/DedicatedWorker-constructor-from-DedicatedWorker.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/DedicatedWorker-constructor-from-DedicatedWorker.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[DedicatedWorker-constructor-from-DedicatedWorker.html]
|
||||
expected: TIMEOUT
|
2
tests/wpt/meta/trusted-types/DedicatedWorker-constructor-from-SharedWorker.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/DedicatedWorker-constructor-from-SharedWorker.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[DedicatedWorker-constructor-from-SharedWorker.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/DedicatedWorker-constructor.https.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/DedicatedWorker-constructor.https.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[DedicatedWorker-constructor.https.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/DedicatedWorker-eval.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/DedicatedWorker-eval.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[DedicatedWorker-eval.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/DedicatedWorker-importScripts.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/DedicatedWorker-importScripts.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[DedicatedWorker-importScripts.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/DedicatedWorker-setTimeout-setInterval.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/DedicatedWorker-setTimeout-setInterval.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[DedicatedWorker-setTimeout-setInterval.html]
|
||||
expected: ERROR
|
6
tests/wpt/meta/trusted-types/Document-execCommand.html.ini
vendored
Normal file
6
tests/wpt/meta/trusted-types/Document-execCommand.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Document-execCommand.html]
|
||||
[Document.execCommand("insertHTML") works as usual.]
|
||||
expected: FAIL
|
||||
|
||||
[Document.execCommand("paste") works as usual.]
|
||||
expected: FAIL
|
2
tests/wpt/meta/trusted-types/Document-write-appending-line-feed.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/Document-write-appending-line-feed.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Document-write-appending-line-feed.html]
|
||||
expected: ERROR
|
4
tests/wpt/meta/trusted-types/Document-write-exception-order.xhtml.ini
vendored
Normal file
4
tests/wpt/meta/trusted-types/Document-write-exception-order.xhtml.ini
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[Document-write-exception-order.xhtml]
|
||||
expected: ERROR
|
||||
[`document.write(string)` throws TypeError]
|
||||
expected: FAIL
|
18
tests/wpt/meta/trusted-types/Document-write.html.ini
vendored
Normal file
18
tests/wpt/meta/trusted-types/Document-write.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[Document-write.html]
|
||||
[document.write with html assigned via policy (successful transformation).]
|
||||
expected: FAIL
|
||||
|
||||
[document.writeln with html assigned via policy (successful transformation).]
|
||||
expected: FAIL
|
||||
|
||||
[document.write(TrustedHTML, TrustedHTML)]
|
||||
expected: FAIL
|
||||
|
||||
[document.writeln(TrustedHTML, TrustedHTML)]
|
||||
expected: FAIL
|
||||
|
||||
[document.write(TrustedHTML, String)]
|
||||
expected: FAIL
|
||||
|
||||
[document.writeln(TrustedHTML, String)]
|
||||
expected: FAIL
|
3
tests/wpt/meta/trusted-types/Element-insertAdjacentHTML.html.ini
vendored
Normal file
3
tests/wpt/meta/trusted-types/Element-insertAdjacentHTML.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Element-insertAdjacentHTML.html]
|
||||
[insertAdjacentHTML with html assigned via policy (successful HTML transformation).]
|
||||
expected: FAIL
|
3
tests/wpt/meta/trusted-types/Element-outerHTML.html.ini
vendored
Normal file
3
tests/wpt/meta/trusted-types/Element-outerHTML.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Element-outerHTML.html]
|
||||
[outerHTML with html assigned via policy (successful HTML transformation).]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[Element-setAttribute-respects-Elements-node-documents-globals-CSP-after-adoption-from-TT-realm.html]
|
||||
[Trusted types are not enforced for setAttributeNode and\n setAttributeNS after moving the target node from a TT-realm to a\n non-TT realm for script.xlink:href]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[Element-setAttribute-respects-Elements-node-documents-globals-CSP-after-adoption-from-non-TT-realm.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/Element-setAttribute-setAttributeNS-sinks.tentative.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/Element-setAttribute-setAttributeNS-sinks.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Element-setAttribute-setAttributeNS-sinks.tentative.html]
|
||||
expected: ERROR
|
9
tests/wpt/meta/trusted-types/Element-setAttribute.html.ini
vendored
Normal file
9
tests/wpt/meta/trusted-types/Element-setAttribute.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Element-setAttribute.html]
|
||||
[script.src assigned via policy (successful ScriptURL transformation)]
|
||||
expected: FAIL
|
||||
|
||||
[iframe.srcdoc assigned via policy (successful HTML transformation)]
|
||||
expected: FAIL
|
||||
|
||||
[script.src assigned via policy (successful script transformation)]
|
||||
expected: FAIL
|
12
tests/wpt/meta/trusted-types/Element-setAttributeNS.html.ini
vendored
Normal file
12
tests/wpt/meta/trusted-types/Element-setAttributeNS.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Element-setAttributeNS.html]
|
||||
[Element.setAttributeNS assigned via policy (successful HTML transformation)]
|
||||
expected: FAIL
|
||||
|
||||
[Element.setAttributeNS assigned via policy (successful Script transformation)]
|
||||
expected: FAIL
|
||||
|
||||
[Element.setAttributeNS assigned via policy (successful ScriptURL transformation)]
|
||||
expected: FAIL
|
||||
|
||||
[Element.setAttributeNS accepts a URL on <svg:image xlink:href/>]
|
||||
expected: FAIL
|
2
tests/wpt/meta/trusted-types/GlobalEventHandlers-onclick.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/GlobalEventHandlers-onclick.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[GlobalEventHandlers-onclick.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/HTMLElement-generic.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/HTMLElement-generic.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[HTMLElement-generic.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/HTMLScriptElement-internal-slot.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/HTMLScriptElement-internal-slot.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[HTMLScriptElement-internal-slot.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/Node-multiple-arguments-tt-enforced.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/Node-multiple-arguments-tt-enforced.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Node-multiple-arguments-tt-enforced.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/Node-multiple-arguments.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/Node-multiple-arguments.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Node-multiple-arguments.html]
|
||||
expected: ERROR
|
3
tests/wpt/meta/trusted-types/Range-createContextualFragment.html.ini
vendored
Normal file
3
tests/wpt/meta/trusted-types/Range-createContextualFragment.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Range-createContextualFragment.html]
|
||||
[range.createContextualFragment assigned via policy (successful HTML transformation).]
|
||||
expected: FAIL
|
2
tests/wpt/meta/trusted-types/SVGScriptElement-internal-slot.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/SVGScriptElement-internal-slot.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[SVGScriptElement-internal-slot.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/ServiceWorker-block-eval-function-constructor.https.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/ServiceWorker-block-eval-function-constructor.https.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[ServiceWorker-block-eval-function-constructor.https.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/ServiceWorker-eval.https.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/ServiceWorker-eval.https.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[ServiceWorker-eval.https.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/ServiceWorker-importScripts.https.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/ServiceWorker-importScripts.https.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[ServiceWorker-importScripts.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[ServiceWorkerContainer-register-from-DedicatedWorker.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[ServiceWorkerContainer-register-from-ServiceWorker.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[ServiceWorkerContainer-register-from-SharedWorker.https.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/ServiceWorkerContainer-register.https.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/ServiceWorkerContainer-register.https.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[ServiceWorkerContainer-register.https.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/SharedWorker-block-eval-function-constructor.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/SharedWorker-block-eval-function-constructor.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[SharedWorker-block-eval-function-constructor.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/SharedWorker-constructor.https.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/SharedWorker-constructor.https.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[SharedWorker-constructor.https.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/SharedWorker-eval.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/SharedWorker-eval.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[SharedWorker-eval.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/SharedWorker-importScripts.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/SharedWorker-importScripts.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[SharedWorker-importScripts.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/SharedWorker-setTimeout-setInterval.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/SharedWorker-setTimeout-setInterval.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[SharedWorker-setTimeout-setInterval.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/TrustedType-AttributeNodes.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/TrustedType-AttributeNodes.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[TrustedType-AttributeNodes.html]
|
||||
expected: ERROR
|
3
tests/wpt/meta/trusted-types/TrustedTypePolicy-CSP-wildcard.html.ini
vendored
Normal file
3
tests/wpt/meta/trusted-types/TrustedTypePolicy-CSP-wildcard.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[TrustedTypePolicy-CSP-wildcard.html]
|
||||
[CSP supports wildcards.]
|
||||
expected: FAIL
|
10
tests/wpt/meta/trusted-types/TrustedTypePolicy-createXXX.html.ini
vendored
Normal file
10
tests/wpt/meta/trusted-types/TrustedTypePolicy-createXXX.html.ini
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
[TrustedTypePolicy-createXXX.html]
|
||||
expected: ERROR
|
||||
[calling undefined callbacks throws]
|
||||
expected: FAIL
|
||||
|
||||
[Attributes without type constraints will work as before.]
|
||||
expected: FAIL
|
||||
|
||||
[trustedTypes.createPolicy(.., null) creates empty policy.]
|
||||
expected: FAIL
|
12
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-blocking.tentative.html.ini
vendored
Normal file
12
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-blocking.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[TrustedTypePolicyFactory-blocking.tentative.html]
|
||||
[Block Trusted Type policy creation by event listener.]
|
||||
expected: FAIL
|
||||
|
||||
[Trusted Type policy creation.]
|
||||
expected: FAIL
|
||||
|
||||
[Block only default Trusted Type policy creation.]
|
||||
expected: FAIL
|
||||
|
||||
[Policy creation called before addEventListener function will not reached the listener.]
|
||||
expected: FAIL
|
18
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-constants.html.ini
vendored
Normal file
18
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-constants.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[TrustedTypePolicyFactory-constants.html]
|
||||
[trustedTypes.emptyHTML returns the intended value.]
|
||||
expected: FAIL
|
||||
|
||||
[trustedTypes.emptyHTML cannot be redefined.]
|
||||
expected: FAIL
|
||||
|
||||
[trustedTypes.emptyHTML cannot be redefined via defineProperty.]
|
||||
expected: FAIL
|
||||
|
||||
[trustedTypes.emptyScript returns the intended value.]
|
||||
expected: FAIL
|
||||
|
||||
[trustedTypes.emptyScript cannot be redefined.]
|
||||
expected: FAIL
|
||||
|
||||
[trustedTypes.emptyScript cannot be redefined via defineProperty.]
|
||||
expected: FAIL
|
84
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-createPolicy-createXYZTests.html.ini
vendored
Normal file
84
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-createPolicy-createXYZTests.html.ini
vendored
Normal file
|
@ -0,0 +1,84 @@
|
|||
[TrustedTypePolicyFactory-createPolicy-createXYZTests.html]
|
||||
[html = identity function]
|
||||
expected: FAIL
|
||||
|
||||
[html = null]
|
||||
expected: FAIL
|
||||
|
||||
[html = string + global string]
|
||||
expected: FAIL
|
||||
|
||||
[html = identity function, global string changed]
|
||||
expected: FAIL
|
||||
|
||||
[html = callback that throws]
|
||||
expected: FAIL
|
||||
|
||||
[html = this bound to an object]
|
||||
expected: FAIL
|
||||
|
||||
[html = this without bind]
|
||||
expected: FAIL
|
||||
|
||||
[html - calling undefined callback throws]
|
||||
expected: FAIL
|
||||
|
||||
[createHTML defined - calling undefined callbacks throws]
|
||||
expected: FAIL
|
||||
|
||||
[script = identity function]
|
||||
expected: FAIL
|
||||
|
||||
[script = null]
|
||||
expected: FAIL
|
||||
|
||||
[script = string + global string]
|
||||
expected: FAIL
|
||||
|
||||
[script = identity function, global string changed]
|
||||
expected: FAIL
|
||||
|
||||
[script = callback that throws]
|
||||
expected: FAIL
|
||||
|
||||
[script = this bound to an object]
|
||||
expected: FAIL
|
||||
|
||||
[script = this without bind]
|
||||
expected: FAIL
|
||||
|
||||
[script - calling undefined callback throws]
|
||||
expected: FAIL
|
||||
|
||||
[createScript defined - calling undefined callbacks throws]
|
||||
expected: FAIL
|
||||
|
||||
[script_url = identity function]
|
||||
expected: FAIL
|
||||
|
||||
[script_url = null]
|
||||
expected: FAIL
|
||||
|
||||
[script_url = string + global string]
|
||||
expected: FAIL
|
||||
|
||||
[script_url = identity function, global string changed]
|
||||
expected: FAIL
|
||||
|
||||
[script_url = callback that throws]
|
||||
expected: FAIL
|
||||
|
||||
[script_url = this bound to an object]
|
||||
expected: FAIL
|
||||
|
||||
[script_url = this without bind]
|
||||
expected: FAIL
|
||||
|
||||
[script_url - calling undefined callback throws]
|
||||
expected: FAIL
|
||||
|
||||
[createScriptURL defined - calling undefined callbacks throws]
|
||||
expected: FAIL
|
||||
|
||||
[Arbitrary number of arguments]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[TrustedTypePolicyFactory-createPolicy-cspTests-none-none-name.html]
|
||||
[Can create policy with name 'SomeName']
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[TrustedTypePolicyFactory-createPolicy-cspTests-none-skip.html]
|
||||
[Can create policy with name 'SomeName']
|
||||
expected: FAIL
|
||||
|
||||
[Can create a second policy with name 'SomeName']
|
||||
expected: FAIL
|
||||
|
||||
[Can create policy with name 'default']
|
||||
expected: FAIL
|
7
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-createPolicy-cspTests-none.html.ini
vendored
Normal file
7
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-createPolicy-cspTests-none.html.ini
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
[TrustedTypePolicyFactory-createPolicy-cspTests-none.html]
|
||||
expected: TIMEOUT
|
||||
[Cannot create policy with name 'SomeName' - policy creation throws]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Cannot create policy with name 'default' - policy creation throws]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,3 @@
|
|||
[TrustedTypePolicyFactory-createPolicy-cspTests-wildcard.html]
|
||||
[Wildcard given - policy creation works]
|
||||
expected: FAIL
|
13
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-createPolicy-cspTests.html.ini
vendored
Normal file
13
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-createPolicy-cspTests.html.ini
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
[TrustedTypePolicyFactory-createPolicy-cspTests.html]
|
||||
expected: TIMEOUT
|
||||
[Allowed-name policy creation works.]
|
||||
expected: FAIL
|
||||
|
||||
[Another allowed-name policy creation works.]
|
||||
expected: FAIL
|
||||
|
||||
[Non-allowed name policy creation throws.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Duplicate name policy creation throws.]
|
||||
expected: NOTRUN
|
3
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-createPolicy-unenforced.html.ini
vendored
Normal file
3
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-createPolicy-unenforced.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[TrustedTypePolicyFactory-createPolicy-unenforced.html]
|
||||
[Duplicate policy names should be tolerated (unless in enforcing mode)]
|
||||
expected: FAIL
|
9
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-defaultPolicy.html.ini
vendored
Normal file
9
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-defaultPolicy.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[TrustedTypePolicyFactory-defaultPolicy.html]
|
||||
[defaultPolicy with no default created is not an error]
|
||||
expected: FAIL
|
||||
|
||||
[defaultPolicy returns the correct default policy]
|
||||
expected: FAIL
|
||||
|
||||
[defaultPolicy is a read-only property]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[TrustedTypePolicyFactory-getAttributeType-event-handler-content-attributes.tentative.html]
|
||||
expected: ERROR
|
63
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-getAttributeType-namespace.html.ini
vendored
Normal file
63
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-getAttributeType-namespace.html.ini
vendored
Normal file
|
@ -0,0 +1,63 @@
|
|||
[TrustedTypePolicyFactory-getAttributeType-namespace.html]
|
||||
[0: getAttributeType with full namespace info.]
|
||||
expected: FAIL
|
||||
|
||||
[0: getAttributeType with element namespace and empty attribute namespace]
|
||||
expected: FAIL
|
||||
|
||||
[0: getAttributeType without namespaces.]
|
||||
expected: FAIL
|
||||
|
||||
[0: getAttributeType with undefined and empty namespace.]
|
||||
expected: FAIL
|
||||
|
||||
[0: getAttributeType with empty and undefined namespace.]
|
||||
expected: FAIL
|
||||
|
||||
[0: getAttributeType with empty namespaces.]
|
||||
expected: FAIL
|
||||
|
||||
[0: getAttributeType with element namespace and empty attribute namespace.]
|
||||
expected: FAIL
|
||||
|
||||
[1: getAttributeType with full namespace info.]
|
||||
expected: FAIL
|
||||
|
||||
[1: getAttributeType with element namespace and empty attribute namespace]
|
||||
expected: FAIL
|
||||
|
||||
[1: getAttributeType without namespaces.]
|
||||
expected: FAIL
|
||||
|
||||
[1: getAttributeType with undefined and empty namespace.]
|
||||
expected: FAIL
|
||||
|
||||
[1: getAttributeType with empty and undefined namespace.]
|
||||
expected: FAIL
|
||||
|
||||
[1: getAttributeType with empty namespaces.]
|
||||
expected: FAIL
|
||||
|
||||
[1: getAttributeType with element namespace and empty attribute namespace.]
|
||||
expected: FAIL
|
||||
|
||||
[2: getAttributeType with full namespace info.]
|
||||
expected: FAIL
|
||||
|
||||
[2: getAttributeType with element namespace and empty attribute namespace]
|
||||
expected: FAIL
|
||||
|
||||
[2: getAttributeType without namespaces.]
|
||||
expected: FAIL
|
||||
|
||||
[2: getAttributeType with undefined and empty namespace.]
|
||||
expected: FAIL
|
||||
|
||||
[2: getAttributeType with empty and undefined namespace.]
|
||||
expected: FAIL
|
||||
|
||||
[2: getAttributeType with empty namespaces.]
|
||||
expected: FAIL
|
||||
|
||||
[2: getAttributeType with element namespace and empty attribute namespace.]
|
||||
expected: FAIL
|
12
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-getAttributeType-svg.html.ini
vendored
Normal file
12
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-getAttributeType-svg.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[TrustedTypePolicyFactory-getAttributeType-svg.html]
|
||||
[trustedTypes.getAttributeType html script[href\]]
|
||||
expected: FAIL
|
||||
|
||||
[trustedTypes.getAttributeType svg script[href\]]
|
||||
expected: FAIL
|
||||
|
||||
[trustedTypes.getAttributeType svg script[href\] xlink href]
|
||||
expected: FAIL
|
||||
|
||||
[trustedTypes.getAttributeType svg script[href\] other href]
|
||||
expected: FAIL
|
2
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-getAttributeType.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-getAttributeType.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[TrustedTypePolicyFactory-getAttributeType.html]
|
||||
expected: ERROR
|
84
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-getPropertyType.tentative.html.ini
vendored
Normal file
84
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-getPropertyType.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,84 @@
|
|||
[TrustedTypePolicyFactory-getPropertyType.tentative.html]
|
||||
[sanity check trustedTypes.getPropertyType for the HTML script element.]
|
||||
expected: FAIL
|
||||
|
||||
[sanity check trustedTypes.getAttributeType.]
|
||||
expected: FAIL
|
||||
|
||||
[getPropertyType tests adapted from w3c/trusted-types polyfill]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeType tests adapted from w3c/trusted-types polyfill]
|
||||
expected: FAIL
|
||||
|
||||
[iframe[srcDoc\] is defined]
|
||||
expected: FAIL
|
||||
|
||||
[iframe.srcDoc is maybe defined]
|
||||
expected: FAIL
|
||||
|
||||
[IFRAME[srcDoc\] is defined]
|
||||
expected: FAIL
|
||||
|
||||
[IFRAME.srcDoc is maybe defined]
|
||||
expected: FAIL
|
||||
|
||||
[iFrAmE[srcDoc\] is defined]
|
||||
expected: FAIL
|
||||
|
||||
[iFrAmE.srcDoc is maybe defined]
|
||||
expected: FAIL
|
||||
|
||||
[iframe[SRCDOC\] is defined]
|
||||
expected: FAIL
|
||||
|
||||
[iframe.SRCDOC is maybe defined]
|
||||
expected: FAIL
|
||||
|
||||
[IFRAME[SRCDOC\] is defined]
|
||||
expected: FAIL
|
||||
|
||||
[IFRAME.SRCDOC is maybe defined]
|
||||
expected: FAIL
|
||||
|
||||
[iFrAmE[SRCDOC\] is defined]
|
||||
expected: FAIL
|
||||
|
||||
[iFrAmE.SRCDOC is maybe defined]
|
||||
expected: FAIL
|
||||
|
||||
[iframe[srcdoc\] is defined]
|
||||
expected: FAIL
|
||||
|
||||
[iframe.srcdoc is maybe defined]
|
||||
expected: FAIL
|
||||
|
||||
[IFRAME[srcdoc\] is defined]
|
||||
expected: FAIL
|
||||
|
||||
[IFRAME.srcdoc is maybe defined]
|
||||
expected: FAIL
|
||||
|
||||
[iFrAmE[srcdoc\] is defined]
|
||||
expected: FAIL
|
||||
|
||||
[iFrAmE.srcdoc is maybe defined]
|
||||
expected: FAIL
|
||||
|
||||
[getPropertyType vs getAttributeType for event handler.]
|
||||
expected: FAIL
|
||||
|
||||
[ASCII case-insensitivity of tag name and attribute parameters]
|
||||
expected: FAIL
|
||||
|
||||
[getPropertyType with an explicit elementNs parameter]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeType with explicit elementNs and attrNs parameters]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeType with qualified attribute name]
|
||||
expected: FAIL
|
||||
|
||||
[getPropertyType/getAttributeType with explicit null elementNs/attrNs]
|
||||
expected: FAIL
|
12
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-isXXX.html.ini
vendored
Normal file
12
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-isXXX.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[TrustedTypePolicyFactory-isXXX.html]
|
||||
[TrustedTypePolicyFactory.isHTML requires the object to be created via policy.]
|
||||
expected: FAIL
|
||||
|
||||
[TrustedTypePolicyFactory.isScript requires the object to be created via policy.]
|
||||
expected: FAIL
|
||||
|
||||
[TrustedTypePolicyFactory.isScriptURL requires the object to be created via policy.]
|
||||
expected: FAIL
|
||||
|
||||
[TrustedTypePolicyFactory.isXXX should accept anything without throwing.]
|
||||
expected: FAIL
|
2
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-metadata.tentative.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/TrustedTypePolicyFactory-metadata.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[TrustedTypePolicyFactory-metadata.tentative.html]
|
||||
expected: ERROR
|
6
tests/wpt/meta/trusted-types/Window-TrustedTypes.html.ini
vendored
Normal file
6
tests/wpt/meta/trusted-types/Window-TrustedTypes.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Window-TrustedTypes.html]
|
||||
[factory = window.trustedTypes]
|
||||
expected: FAIL
|
||||
|
||||
[factory construction fails]
|
||||
expected: FAIL
|
2
tests/wpt/meta/trusted-types/Window-block-eval-function-constructor.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/Window-block-eval-function-constructor.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Window-block-eval-function-constructor.html]
|
||||
expected: ERROR
|
7
tests/wpt/meta/trusted-types/Window-setTimeout-setInterval.html.ini
vendored
Normal file
7
tests/wpt/meta/trusted-types/Window-setTimeout-setInterval.html.ini
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Window-setTimeout-setInterval.html]
|
||||
expected: ERROR
|
||||
[Window.setTimeout assigned via policy (successful Script transformation).]
|
||||
expected: FAIL
|
||||
|
||||
[Window.setInterval assigned via policy (successful Script transformation).]
|
||||
expected: FAIL
|
2
tests/wpt/meta/trusted-types/block-Document-execCommand.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/block-Document-execCommand.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[block-Document-execCommand.html]
|
||||
expected: ERROR
|
12
tests/wpt/meta/trusted-types/block-string-assignment-to-DOMParser-parseFromString.html.ini
vendored
Normal file
12
tests/wpt/meta/trusted-types/block-string-assignment-to-DOMParser-parseFromString.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[block-string-assignment-to-DOMParser-parseFromString.html]
|
||||
[document.innerText assigned via policy (successful HTML transformation).]
|
||||
expected: FAIL
|
||||
|
||||
[`document.innerText = string` throws.]
|
||||
expected: FAIL
|
||||
|
||||
['document.innerText = null' throws]
|
||||
expected: FAIL
|
||||
|
||||
['document.innerText = string' assigned via default policy (successful HTML transformation).]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[block-string-assignment-to-DedicatedWorker-setTimeout-setInterval.html]
|
||||
expected: ERROR
|
9
tests/wpt/meta/trusted-types/block-string-assignment-to-Document-parseHTMLUnsafe.html.ini
vendored
Normal file
9
tests/wpt/meta/trusted-types/block-string-assignment-to-Document-parseHTMLUnsafe.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[block-string-assignment-to-Document-parseHTMLUnsafe.html]
|
||||
[Document.parseHTMLUnsafe assigned via policy (successful HTML transformation).]
|
||||
expected: FAIL
|
||||
|
||||
['Document.parseHTMLUnsafe(string)' assigned via default policy (successful HTML transformation).]
|
||||
expected: FAIL
|
||||
|
||||
['Document.parseHTMLUnsafe(null)' assigned via default policy does not throw]
|
||||
expected: FAIL
|
2
tests/wpt/meta/trusted-types/block-string-assignment-to-Document-write.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/block-string-assignment-to-Document-write.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[block-string-assignment-to-Document-write.html]
|
||||
expected: ERROR
|
18
tests/wpt/meta/trusted-types/block-string-assignment-to-Element-insertAdjacentHTML.html.ini
vendored
Normal file
18
tests/wpt/meta/trusted-types/block-string-assignment-to-Element-insertAdjacentHTML.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[block-string-assignment-to-Element-insertAdjacentHTML.html]
|
||||
[insertAdjacentHTML with html assigned via policy (successful HTML transformation).]
|
||||
expected: FAIL
|
||||
|
||||
[insertAdjacentHTML(TrustedHTML) throws SyntaxError DOMException when position invalid.]
|
||||
expected: FAIL
|
||||
|
||||
[`insertAdjacentHTML(string)` throws.]
|
||||
expected: FAIL
|
||||
|
||||
[`insertAdjacentHTML(string)` still throws TypeError when position invalid.]
|
||||
expected: FAIL
|
||||
|
||||
[`insertAdjacentHTML(null)` throws.]
|
||||
expected: FAIL
|
||||
|
||||
[`insertAdjacentHTML(string)` assigned via default policy (successful HTML transformation).]
|
||||
expected: FAIL
|
21
tests/wpt/meta/trusted-types/block-string-assignment-to-Element-outerHTML.html.ini
vendored
Normal file
21
tests/wpt/meta/trusted-types/block-string-assignment-to-Element-outerHTML.html.ini
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
[block-string-assignment-to-Element-outerHTML.html]
|
||||
[outerHTML with html assigned via policy (successful HTML transformation).]
|
||||
expected: FAIL
|
||||
|
||||
[`outerHTML = TrustedHTML` throws NoModificationAllowedError when parent is a document.]
|
||||
expected: FAIL
|
||||
|
||||
[`outerHTML = string` throws.]
|
||||
expected: FAIL
|
||||
|
||||
[`outerHTML = string` throws TypeError even when parent is a document.]
|
||||
expected: FAIL
|
||||
|
||||
[`outerHTML = null` throws.]
|
||||
expected: FAIL
|
||||
|
||||
[`outerHTML = string` assigned via default policy (successful HTML transformation).]
|
||||
expected: FAIL
|
||||
|
||||
[`outerHTML = null` assigned via default policy does not throw]
|
||||
expected: FAIL
|
2
tests/wpt/meta/trusted-types/block-string-assignment-to-Element-setAttribute.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/block-string-assignment-to-Element-setAttribute.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[block-string-assignment-to-Element-setAttribute.html]
|
||||
expected: ERROR
|
10
tests/wpt/meta/trusted-types/block-string-assignment-to-Element-setAttributeNS.html.ini
vendored
Normal file
10
tests/wpt/meta/trusted-types/block-string-assignment-to-Element-setAttributeNS.html.ini
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
[block-string-assignment-to-Element-setAttributeNS.html]
|
||||
expected: ERROR
|
||||
[Element.setAttributeNS assigned via policy (successful HTML transformation)]
|
||||
expected: FAIL
|
||||
|
||||
[Element.setAttributeNS assigned via policy (successful Script transformation)]
|
||||
expected: FAIL
|
||||
|
||||
[Element.setAttributeNS assigned via policy (successful ScriptURL transformation)]
|
||||
expected: FAIL
|
15
tests/wpt/meta/trusted-types/block-string-assignment-to-Element-setHTMLUnsafe.html.ini
vendored
Normal file
15
tests/wpt/meta/trusted-types/block-string-assignment-to-Element-setHTMLUnsafe.html.ini
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
[block-string-assignment-to-Element-setHTMLUnsafe.html]
|
||||
[element.setHTMLUnsafe(html) assigned via policy (successful HTML transformation).]
|
||||
expected: FAIL
|
||||
|
||||
[`element.setHTMLUnsafe(string)` throws.]
|
||||
expected: FAIL
|
||||
|
||||
[`element.setHTMLUnsafe(null)` throws.]
|
||||
expected: FAIL
|
||||
|
||||
[`element.setHTMLUnsafe(string)` assigned via default policy (successful HTML transformation).]
|
||||
expected: FAIL
|
||||
|
||||
[`element.setHTMLUnsafe(string)` assigned via default policy does not throw]
|
||||
expected: FAIL
|
10
tests/wpt/meta/trusted-types/block-string-assignment-to-HTMLElement-generic.html.ini
vendored
Normal file
10
tests/wpt/meta/trusted-types/block-string-assignment-to-HTMLElement-generic.html.ini
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
[block-string-assignment-to-HTMLElement-generic.html]
|
||||
expected: ERROR
|
||||
[script.src accepts only TrustedScriptURL]
|
||||
expected: FAIL
|
||||
|
||||
[div.innerHTML accepts only TrustedHTML]
|
||||
expected: FAIL
|
||||
|
||||
[iframe.srcdoc accepts only TrustedHTML]
|
||||
expected: FAIL
|
12
tests/wpt/meta/trusted-types/block-string-assignment-to-HTMLIFrameElement-srcdoc.html.ini
vendored
Normal file
12
tests/wpt/meta/trusted-types/block-string-assignment-to-HTMLIFrameElement-srcdoc.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[block-string-assignment-to-HTMLIFrameElement-srcdoc.html]
|
||||
[iframe.srcdoc assigned via policy (successful HTML transformation).]
|
||||
expected: FAIL
|
||||
|
||||
[`iframe.srcdoc = string` throws.]
|
||||
expected: FAIL
|
||||
|
||||
[`iframe.srcdoc = null` throws.]
|
||||
expected: FAIL
|
||||
|
||||
[`iframe.srcdoc = string` assigned via default policy (successful HTML transformation).]
|
||||
expected: FAIL
|
12
tests/wpt/meta/trusted-types/block-string-assignment-to-Range-createContextualFragment.html.ini
vendored
Normal file
12
tests/wpt/meta/trusted-types/block-string-assignment-to-Range-createContextualFragment.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[block-string-assignment-to-Range-createContextualFragment.html]
|
||||
[range.createContextualFragment assigned via policy (successful HTML transformation).]
|
||||
expected: FAIL
|
||||
|
||||
[`range.createContextualFragment(string)` throws.]
|
||||
expected: FAIL
|
||||
|
||||
[`range.createContextualFragment(null)` throws.]
|
||||
expected: FAIL
|
||||
|
||||
[`range.createContextualFragment(string)` assigned via default policy (successful HTML transformation).]
|
||||
expected: FAIL
|
2
tests/wpt/meta/trusted-types/block-string-assignment-to-ShadowRoot-innerHTML.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/block-string-assignment-to-ShadowRoot-innerHTML.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[block-string-assignment-to-ShadowRoot-innerHTML.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/block-string-assignment-to-ShadowRoot-setHTMLUnsafe.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/block-string-assignment-to-ShadowRoot-setHTMLUnsafe.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[block-string-assignment-to-ShadowRoot-setHTMLUnsafe.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[block-string-assignment-to-SharedWorker-setTimeout-setInterval.html]
|
||||
expected: ERROR
|
19
tests/wpt/meta/trusted-types/block-string-assignment-to-Window-setTimeout-setInterval.html.ini
vendored
Normal file
19
tests/wpt/meta/trusted-types/block-string-assignment-to-Window-setTimeout-setInterval.html.ini
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
[block-string-assignment-to-Window-setTimeout-setInterval.html]
|
||||
expected: ERROR
|
||||
[Window.setTimeout assigned via policy (successful Script transformation).]
|
||||
expected: FAIL
|
||||
|
||||
[`Window.setTimeout(string)` throws.]
|
||||
expected: FAIL
|
||||
|
||||
[`Window.setTimeout(null)` throws.]
|
||||
expected: FAIL
|
||||
|
||||
[Window.setInterval assigned via policy (successful Script transformation).]
|
||||
expected: FAIL
|
||||
|
||||
[`Window.setInterval(string)` throws.]
|
||||
expected: FAIL
|
||||
|
||||
[`Window.setInterval(null)` throws.]
|
||||
expected: FAIL
|
18
tests/wpt/meta/trusted-types/block-string-assignment-to-attribute-via-attribute-node.html.ini
vendored
Normal file
18
tests/wpt/meta/trusted-types/block-string-assignment-to-attribute-via-attribute-node.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[block-string-assignment-to-attribute-via-attribute-node.html]
|
||||
[Set script.src via textContent]
|
||||
expected: FAIL
|
||||
|
||||
[Set script.src via nodeValue]
|
||||
expected: FAIL
|
||||
|
||||
[Set iframe.srcdoc via textContent]
|
||||
expected: FAIL
|
||||
|
||||
[Set iframe.srcdoc via nodeValue]
|
||||
expected: FAIL
|
||||
|
||||
[Set div.onclick via textContent]
|
||||
expected: FAIL
|
||||
|
||||
[Set div.onclick via nodeValue]
|
||||
expected: FAIL
|
2
tests/wpt/meta/trusted-types/block-string-assignment-to-text-and-url-sinks.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/block-string-assignment-to-text-and-url-sinks.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[block-string-assignment-to-text-and-url-sinks.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/block-text-node-insertion-into-script-element.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/block-text-node-insertion-into-script-element.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[block-text-node-insertion-into-script-element.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/block-text-node-insertion-into-svg-script-element.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/block-text-node-insertion-into-svg-script-element.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[block-text-node-insertion-into-svg-script-element.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/csp-block-eval.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/csp-block-eval.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[csp-block-eval.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/default-policy-callback-arguments.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/default-policy-callback-arguments.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[default-policy-callback-arguments.html]
|
||||
expected: ERROR
|
4
tests/wpt/meta/trusted-types/default-policy-report-only.html.ini
vendored
Normal file
4
tests/wpt/meta/trusted-types/default-policy-report-only.html.ini
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[default-policy-report-only.html]
|
||||
expected: ERROR
|
||||
[Count SecurityPolicyViolation events.]
|
||||
expected: TIMEOUT
|
13
tests/wpt/meta/trusted-types/default-policy.html.ini
vendored
Normal file
13
tests/wpt/meta/trusted-types/default-policy.html.ini
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
[default-policy.html]
|
||||
expected: ERROR
|
||||
[Count SecurityPolicyViolation events.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[script.src no default policy]
|
||||
expected: FAIL
|
||||
|
||||
[div.innerHTML no default policy]
|
||||
expected: FAIL
|
||||
|
||||
[script.text no default policy]
|
||||
expected: FAIL
|
4
tests/wpt/meta/trusted-types/empty-default-policy-report-only.html.ini
vendored
Normal file
4
tests/wpt/meta/trusted-types/empty-default-policy-report-only.html.ini
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[empty-default-policy-report-only.html]
|
||||
expected: ERROR
|
||||
[Count SecurityPolicyViolation events.]
|
||||
expected: TIMEOUT
|
4
tests/wpt/meta/trusted-types/empty-default-policy.html.ini
vendored
Normal file
4
tests/wpt/meta/trusted-types/empty-default-policy.html.ini
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[empty-default-policy.html]
|
||||
expected: ERROR
|
||||
[Count SecurityPolicyViolation events.]
|
||||
expected: TIMEOUT
|
2
tests/wpt/meta/trusted-types/eval-csp-no-tt.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/eval-csp-no-tt.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[eval-csp-no-tt.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/eval-csp-tt-default-policy-mutate.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/eval-csp-tt-default-policy-mutate.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[eval-csp-tt-default-policy-mutate.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/eval-csp-tt-default-policy.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/eval-csp-tt-default-policy.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[eval-csp-tt-default-policy.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/eval-csp-tt-no-default-policy.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/eval-csp-tt-no-default-policy.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[eval-csp-tt-no-default-policy.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[eval-function-constructor-untrusted-arguments-and-applying-default-policy.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[eval-function-constructor-untrusted-arguments-and-default-policy-throwing.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/eval-function-constructor.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/eval-function-constructor.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[eval-function-constructor.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/eval-no-csp-no-tt-default-policy.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/eval-no-csp-no-tt-default-policy.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[eval-no-csp-no-tt-default-policy.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/eval-no-csp-no-tt.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/eval-no-csp-no-tt.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[eval-no-csp-no-tt.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/eval-with-permissive-csp.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/eval-with-permissive-csp.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[eval-with-permissive-csp.html]
|
||||
expected: ERROR
|
2
tests/wpt/meta/trusted-types/get-trusted-types-compliant-attribute-value.html.ini
vendored
Normal file
2
tests/wpt/meta/trusted-types/get-trusted-types-compliant-attribute-value.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[get-trusted-types-compliant-attribute-value.html]
|
||||
expected: ERROR
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue