Skip to content

Commit

Permalink
Add WPT block to spec to display test link (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow authored Jan 23, 2024
1 parent 18f4278 commit 10469d3
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,100 @@ Markup Shorthands: algorithm yes, biblio yes, css no, dfn yes, markdown yes, mar
Ignored Terms: h1, h2, h3, h4, h5, h6, xmp, EmptyString
Complain About: missing-example-ids yes
Boilerplate: idl-index no
WPT Display: closed
WPT Path Prefix: /trusted-types/
</pre>

<wpt>
block-Document-execCommand.html
block-Node-multiple-arguments.html
block-string-assignment-to-attribute-via-attribute-node.html
block-string-assignment-to-Document-write.html
block-string-assignment-to-DOMParser-parseFromString.html
block-string-assignment-to-DOMWindowTimers-setTimeout-setInterval.html
block-string-assignment-to-Element-insertAdjacentHTML.html
block-string-assignment-to-Element-outerHTML.html
block-string-assignment-to-Element-setAttribute.html
block-string-assignment-to-Element-setAttributeNS.html
block-string-assignment-to-HTMLElement-generic.html
block-string-assignment-to-Range-createContextualFragment.html
block-text-node-insertion-into-script-element.html
csp-block-eval.html
default-policy-callback-arguments.html
default-policy-report-only.html
default-policy.html
Document-execCommand.html
Document-write.html
DOMParser-parseFromString-regression.html
DOMParser-parseFromString.html
DOMWindowTimers-setTimeout-setInterval.html
Element-insertAdjacentHTML.html
Element-insertAdjacentText.html
Element-outerHTML.html
Element-setAttribute.html
Element-setAttributeNS.html
empty-default-policy-report-only.html
empty-default-policy.html
eval-csp-no-tt.html
eval-csp-tt-default-policy.html
eval-csp-tt-no-default-policy.html
eval-function-constructor.html
eval-no-csp-no-tt-default-policy.html
eval-no-csp-no-tt.html
eval-with-permissive-csp.html
GlobalEventHandlers-onclick.html
HTMLElement-generic.html
HTMLScriptElement-in-xhtml-document.tentative.https.xhtml
HTMLScriptElement-internal-slot.html
no-require-trusted-types-for-report-only.html
no-require-trusted-types-for.html
Node-multiple-arguments.html
Range-createContextualFragment.html
require-trusted-types-for-report-only.html
require-trusted-types-for.html
trusted-types-createHTMLDocument.html
trusted-types-duplicate-names-list-report-only.html
trusted-types-duplicate-names-list.html
trusted-types-duplicate-names-without-enforcement.html
trusted-types-duplicate-names.html
trusted-types-eval-reporting-no-unsafe-eval.html
trusted-types-eval-reporting-report-only.html
trusted-types-eval-reporting.html
trusted-types-event-handlers.html
trusted-types-from-literal.html
trusted-types-navigation.html
trusted-types-report-only.html
trusted-types-reporting-check-report.html
trusted-types-reporting.html
trusted-types-source-file-path.html
trusted-types-svg-script.html
trusted-types-tojson.html
TrustedType-AttributeNodes.html
TrustedTypePolicy-createXXX.html
TrustedTypePolicy-CSP-no-name.html
TrustedTypePolicy-CSP-wildcard.html
TrustedTypePolicyFactory-blocking.html
TrustedTypePolicyFactory-constants.html
TrustedTypePolicyFactory-createPolicy-createXYZTests.html
TrustedTypePolicyFactory-createPolicy-cspTests-noNamesGiven.html
TrustedTypePolicyFactory-createPolicy-cspTests-none-skip.html
TrustedTypePolicyFactory-createPolicy-cspTests-none.html
TrustedTypePolicyFactory-createPolicy-cspTests-wildcard.html
TrustedTypePolicyFactory-createPolicy-cspTests.html
TrustedTypePolicyFactory-createPolicy-nameTests.html
TrustedTypePolicyFactory-createPolicy-unenforced.html
TrustedTypePolicyFactory-defaultPolicy.html
TrustedTypePolicyFactory-getAttributeType-namespace.html
TrustedTypePolicyFactory-getPropertyType.html
TrustedTypePolicyFactory-isXXX.html
TrustedTypePolicyFactory-metadata.html
tt-block-eval.html
Window-TrustedTypes.html
worker-constructor.https.html
WorkerGlobalScope-eval.html
WorkerGlobalScope-importScripts.html
</wpt>

<pre class="anchors">
spec: DOM-Parsing; urlPrefix: https://w3c.github.io/DOM-Parsing/
type: enum; text: SupportedType
Expand Down

0 comments on commit 10469d3

Please sign in to comment.