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:
Tim van der Lippe 2025-04-04 23:02:16 +02:00 committed by GitHub
parent d93dad7f49
commit ad95a602f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
183 changed files with 1739 additions and 0 deletions

View file

@ -251,6 +251,8 @@ skip: true
skip: false
[touch-events]
skip: false
[trusted-types]
skip: false
[uievents]
skip: false
[upgrade-insecure-requests]

View file

@ -0,0 +1,3 @@
[DOMParser-parseFromString.html]
[document.innerText assigned via policy (successful HTML transformation).]
expected: FAIL

View file

@ -0,0 +1,2 @@
[DedicatedWorker-block-eval-function-constructor.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[DedicatedWorker-constructor-from-DedicatedWorker.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[DedicatedWorker-constructor-from-SharedWorker.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[DedicatedWorker-constructor.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[DedicatedWorker-eval.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[DedicatedWorker-importScripts.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[DedicatedWorker-setTimeout-setInterval.html]
expected: ERROR

View file

@ -0,0 +1,6 @@
[Document-execCommand.html]
[Document.execCommand("insertHTML") works as usual.]
expected: FAIL
[Document.execCommand("paste") works as usual.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[Document-write-appending-line-feed.html]
expected: ERROR

View file

@ -0,0 +1,4 @@
[Document-write-exception-order.xhtml]
expected: ERROR
[`document.write(string)` throws TypeError]
expected: FAIL

View 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

View file

@ -0,0 +1,3 @@
[Element-insertAdjacentHTML.html]
[insertAdjacentHTML with html assigned via policy (successful HTML transformation).]
expected: FAIL

View file

@ -0,0 +1,3 @@
[Element-outerHTML.html]
[outerHTML with html assigned via policy (successful HTML transformation).]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,2 @@
[Element-setAttribute-respects-Elements-node-documents-globals-CSP-after-adoption-from-non-TT-realm.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[Element-setAttribute-setAttributeNS-sinks.tentative.html]
expected: ERROR

View 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

View 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

View file

@ -0,0 +1,2 @@
[GlobalEventHandlers-onclick.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[HTMLElement-generic.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[HTMLScriptElement-internal-slot.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[Node-multiple-arguments-tt-enforced.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[Node-multiple-arguments.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[Range-createContextualFragment.html]
[range.createContextualFragment assigned via policy (successful HTML transformation).]
expected: FAIL

View file

@ -0,0 +1,2 @@
[SVGScriptElement-internal-slot.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[ServiceWorker-block-eval-function-constructor.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[ServiceWorker-eval.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[ServiceWorker-importScripts.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[ServiceWorkerContainer-register-from-DedicatedWorker.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[ServiceWorkerContainer-register-from-ServiceWorker.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[ServiceWorkerContainer-register-from-SharedWorker.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[ServiceWorkerContainer-register.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[SharedWorker-block-eval-function-constructor.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[SharedWorker-constructor.https.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[SharedWorker-eval.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[SharedWorker-importScripts.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[SharedWorker-setTimeout-setInterval.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[TrustedType-AttributeNodes.html]
expected: ERROR

View file

@ -0,0 +1,3 @@
[TrustedTypePolicy-CSP-wildcard.html]
[CSP supports wildcards.]
expected: FAIL

View 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

View 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

View 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

View 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

View file

@ -0,0 +1,3 @@
[TrustedTypePolicyFactory-createPolicy-cspTests-none-none-name.html]
[Can create policy with name 'SomeName']
expected: FAIL

View file

@ -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

View 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

View file

@ -0,0 +1,3 @@
[TrustedTypePolicyFactory-createPolicy-cspTests-wildcard.html]
[Wildcard given - policy creation works]
expected: FAIL

View 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

View file

@ -0,0 +1,3 @@
[TrustedTypePolicyFactory-createPolicy-unenforced.html]
[Duplicate policy names should be tolerated (unless in enforcing mode)]
expected: FAIL

View 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

View file

@ -0,0 +1,2 @@
[TrustedTypePolicyFactory-getAttributeType-event-handler-content-attributes.tentative.html]
expected: ERROR

View 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

View 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

View file

@ -0,0 +1,2 @@
[TrustedTypePolicyFactory-getAttributeType.html]
expected: ERROR

View 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

View 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

View file

@ -0,0 +1,2 @@
[TrustedTypePolicyFactory-metadata.tentative.html]
expected: ERROR

View file

@ -0,0 +1,6 @@
[Window-TrustedTypes.html]
[factory = window.trustedTypes]
expected: FAIL
[factory construction fails]
expected: FAIL

View file

@ -0,0 +1,2 @@
[Window-block-eval-function-constructor.html]
expected: ERROR

View 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

View file

@ -0,0 +1,2 @@
[block-Document-execCommand.html]
expected: ERROR

View 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

View file

@ -0,0 +1,2 @@
[block-string-assignment-to-DedicatedWorker-setTimeout-setInterval.html]
expected: ERROR

View 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

View file

@ -0,0 +1,2 @@
[block-string-assignment-to-Document-write.html]
expected: ERROR

View 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

View 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

View file

@ -0,0 +1,2 @@
[block-string-assignment-to-Element-setAttribute.html]
expected: ERROR

View 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

View 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

View 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

View 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

View 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

View file

@ -0,0 +1,2 @@
[block-string-assignment-to-ShadowRoot-innerHTML.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[block-string-assignment-to-ShadowRoot-setHTMLUnsafe.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[block-string-assignment-to-SharedWorker-setTimeout-setInterval.html]
expected: ERROR

View 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

View 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

View file

@ -0,0 +1,2 @@
[block-string-assignment-to-text-and-url-sinks.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[block-text-node-insertion-into-script-element.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[block-text-node-insertion-into-svg-script-element.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[csp-block-eval.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[default-policy-callback-arguments.html]
expected: ERROR

View file

@ -0,0 +1,4 @@
[default-policy-report-only.html]
expected: ERROR
[Count SecurityPolicyViolation events.]
expected: TIMEOUT

View 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

View file

@ -0,0 +1,4 @@
[empty-default-policy-report-only.html]
expected: ERROR
[Count SecurityPolicyViolation events.]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[empty-default-policy.html]
expected: ERROR
[Count SecurityPolicyViolation events.]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[eval-csp-no-tt.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[eval-csp-tt-default-policy-mutate.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[eval-csp-tt-default-policy.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[eval-csp-tt-no-default-policy.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[eval-function-constructor-untrusted-arguments-and-applying-default-policy.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[eval-function-constructor-untrusted-arguments-and-default-policy-throwing.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[eval-function-constructor.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[eval-no-csp-no-tt-default-policy.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[eval-no-csp-no-tt.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[eval-with-permissive-csp.html]
expected: ERROR

View 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