diff options
Diffstat (limited to 'tests')
30 files changed, 149 insertions, 1960 deletions
diff --git a/tests/wpt/meta/css/css-mixins/function-shadow-container.html.ini b/tests/wpt/meta/css/css-mixins/function-shadow-container.html.ini deleted file mode 100644 index 251105dd6e0..00000000000 --- a/tests/wpt/meta/css/css-mixins/function-shadow-container.html.ini +++ /dev/null @@ -1,9 +0,0 @@ -[function-shadow-container.html] - [Can query named container in shadow] - expected: FAIL - - [::part() can not see inner named containers] - expected: FAIL - - [::slotted() can see inner named containers] - expected: FAIL diff --git a/tests/wpt/meta/css/css-mixins/function-shadow.html.ini b/tests/wpt/meta/css/css-mixins/function-shadow.html.ini deleted file mode 100644 index fe145697d0e..00000000000 --- a/tests/wpt/meta/css/css-mixins/function-shadow.html.ini +++ /dev/null @@ -1,33 +0,0 @@ -[function-shadow.html] - [@function works inside shadow] - expected: FAIL - - [Looking up document-global function] - expected: FAIL - - [@function works inside nested shadow] - expected: FAIL - - [@function defined in outer shadow is visible] - expected: FAIL - - [Combining functions from various scopes] - expected: FAIL - - [::part() can not see inner functions] - expected: FAIL - - [::slotted() can see inner functions] - expected: FAIL - - [:host can see inner functions] - expected: FAIL - - [Outer functions can't see inner functions] - expected: FAIL - - [Outer functions can't see inner functions (local vars)] - expected: FAIL - - [Function with same name in different scopes] - expected: FAIL diff --git a/tests/wpt/meta/css/selectors/invalidation/host-has-shadow-tree-element-at-nonsubject-position.html.ini b/tests/wpt/meta/css/selectors/invalidation/host-has-shadow-tree-element-at-nonsubject-position.html.ini index 5447455d504..422d56eeb97 100644 --- a/tests/wpt/meta/css/selectors/invalidation/host-has-shadow-tree-element-at-nonsubject-position.html.ini +++ b/tests/wpt/meta/css/selectors/invalidation/host-has-shadow-tree-element-at-nonsubject-position.html.ini @@ -1,2 +1,78 @@ [host-has-shadow-tree-element-at-nonsubject-position.html] - expected: ERROR + [Initial color] + expected: FAIL + + [Add .descendant to #shadow_child] + expected: FAIL + + [Remove .descendant from #shadow_child] + expected: FAIL + + [Add .descendant to #shadow_descendant] + expected: FAIL + + [Add .ancestor to #shadow_child:has(.descendant)] + expected: FAIL + + [Remove .ancestor from #shadow_child:has(.descendant)] + expected: FAIL + + [Add .child to #shadow_child:has(.descendant)] + expected: FAIL + + [Remove .child from #shadow_child:has(.descendant)] + expected: FAIL + + [Remove .descendant from #shadow_descendant] + expected: FAIL + + [Add .child to #shadow_child] + expected: FAIL + + [Add .grand_child to #shadow_descendant] + expected: FAIL + + [Add .host_context to #host] + expected: FAIL + + [Add .descendant to #shadow_descendant.grand_child] + expected: FAIL + + [Remove .descendant from #shadow_descendant.grand_child] + expected: FAIL + + [Remove .grand_child from #shadow_descendant] + expected: FAIL + + [Remove .child from #shadow_child] + expected: FAIL + + [Add .child to #shadow_descendant] + expected: FAIL + + [Remove .child from #shadow_descendant] + expected: FAIL + + [Insert #first_child.descendant to shadow root] + expected: FAIL + + [Remove #first_child.descendant from shadow root] + expected: FAIL + + [Insert #last_child.descendant to shadow root] + expected: FAIL + + [Remove #last_child.descendant from shadow root] + expected: FAIL + + [Insert #child_in_middle.descendant before #shadow_child] + expected: FAIL + + [Remove #child_in_middle.descendant from shadow root] + expected: FAIL + + [Insert #grand_child.descendant before #shadow_descendant] + expected: FAIL + + [Remove #grand_child.descendant from shadow tree] + expected: FAIL diff --git a/tests/wpt/meta/css/selectors/invalidation/host-has-shadow-tree-element-at-subject-position.html.ini b/tests/wpt/meta/css/selectors/invalidation/host-has-shadow-tree-element-at-subject-position.html.ini index d7a08061d8f..63a35c8fc5d 100644 --- a/tests/wpt/meta/css/selectors/invalidation/host-has-shadow-tree-element-at-subject-position.html.ini +++ b/tests/wpt/meta/css/selectors/invalidation/host-has-shadow-tree-element-at-subject-position.html.ini @@ -1,2 +1,48 @@ [host-has-shadow-tree-element-at-subject-position.html] - expected: ERROR + [Add .descendant to #shadow_child] + expected: FAIL + + [Add .descendant to #shadow_descendant] + expected: FAIL + + [Add .ancestor to #shadow_child:has(.descendant)] + expected: FAIL + + [Remove .ancestor from #shadow_child:has(.descendant)] + expected: FAIL + + [Add .child to #shadow_child:has(.descendant)] + expected: FAIL + + [Remove .child from #shadow_child:has(.descendant)] + expected: FAIL + + [Add .child to #shadow_child] + expected: FAIL + + [Add .grand_child to #shadow_descendant] + expected: FAIL + + [Add .host_context to #host] + expected: FAIL + + [Add .descendant to #shadow_descendant.grand_child] + expected: FAIL + + [Remove .descendant from #shadow_descendant.grand_child] + expected: FAIL + + [Remove .grand_child from #shadow_descendant] + expected: FAIL + + [Insert #first_child.descendant to shadow root] + expected: FAIL + + [Insert #last_child.descendant to shadow root] + expected: FAIL + + [Insert #child_in_middle.descendant before #shadow_child] + expected: FAIL + + [Insert #grand_child.descendant before #shadow_descendant] + expected: FAIL diff --git a/tests/wpt/meta/custom-elements/revamped-scoped-registry/Element-customElements-exceptions.tentative.html.ini b/tests/wpt/meta/custom-elements/revamped-scoped-registry/Element-customElements-exceptions.tentative.html.ini index 6aef765fdfa..cc6e13e2874 100644 --- a/tests/wpt/meta/custom-elements/revamped-scoped-registry/Element-customElements-exceptions.tentative.html.ini +++ b/tests/wpt/meta/custom-elements/revamped-scoped-registry/Element-customElements-exceptions.tentative.html.ini @@ -4,6 +4,3 @@ [customElements on a failed custom element created by setting innerHTML should return the associated scoped registry] expected: FAIL - - [customElements on a failed custom element created by parser should return the specified custom regsitry] - expected: FAIL diff --git a/tests/wpt/meta/html/dom/idlharness.https.html.ini b/tests/wpt/meta/html/dom/idlharness.https.html.ini index 0ee42474317..e30c6e3ca8c 100644 --- a/tests/wpt/meta/html/dom/idlharness.https.html.ini +++ b/tests/wpt/meta/html/dom/idlharness.https.html.ini @@ -4613,12 +4613,6 @@ [DOMStringList interface: calling contains(DOMString) on location.ancestorOrigins with too few arguments must throw TypeError] expected: FAIL - [Element interface: document.createElement("noscript") must inherit property "setHTMLUnsafe((TrustedHTML or DOMString))" with the proper type] - expected: FAIL - - [Element interface: calling setHTMLUnsafe((TrustedHTML or DOMString)) on document.createElement("noscript") with too few arguments must throw TypeError] - expected: FAIL - [Element interface: document.createElement("noscript") must inherit property "getHTML(optional GetHTMLOptions)" with the proper type] expected: FAIL @@ -5927,9 +5921,6 @@ [ShadowRoot interface: operation getHTML(optional GetHTMLOptions)] expected: FAIL - [Element interface: operation setHTMLUnsafe((TrustedHTML or DOMString))] - expected: FAIL - [Element interface: operation getHTML(optional GetHTMLOptions)] expected: FAIL @@ -5975,12 +5966,6 @@ [OffscreenCanvasRenderingContext2D interface: attribute lang] expected: FAIL - [Element interface: document.createElement("div") must inherit property "setHTMLUnsafe((TrustedHTML or DOMString))" with the proper type] - expected: FAIL - - [Element interface: calling setHTMLUnsafe((TrustedHTML or DOMString)) on document.createElement("div") with too few arguments must throw TypeError] - expected: FAIL - [Element interface: document.createElement("div") must inherit property "getHTML(optional GetHTMLOptions)" with the proper type] expected: FAIL @@ -7810,30 +7795,6 @@ [HTMLScriptElement interface: calling supports(DOMString) on document.createElement("script") with too few arguments must throw TypeError] expected: FAIL - [HTMLTemplateElement interface: attribute shadowRootMode] - expected: FAIL - - [HTMLTemplateElement interface: attribute shadowRootDelegatesFocus] - expected: FAIL - - [HTMLTemplateElement interface: attribute shadowRootClonable] - expected: FAIL - - [HTMLTemplateElement interface: attribute shadowRootSerializable] - expected: FAIL - - [HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootMode" with the proper type] - expected: FAIL - - [HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootDelegatesFocus" with the proper type] - expected: FAIL - - [HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootClonable" with the proper type] - expected: FAIL - - [HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootSerializable" with the proper type] - expected: FAIL - [HTMLMarqueeElement interface: existence and properties of interface object] expected: FAIL diff --git a/tests/wpt/meta/html/semantics/forms/the-form-element/form-indexed-element-shadow.html.ini b/tests/wpt/meta/html/semantics/forms/the-form-element/form-indexed-element-shadow.html.ini deleted file mode 100644 index 1dcebc9a5ff..00000000000 --- a/tests/wpt/meta/html/semantics/forms/the-form-element/form-indexed-element-shadow.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[form-indexed-element-shadow.html] - [form.elements: indexed access reflects DOM order, not flat tree] - expected: FAIL diff --git a/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-img-src.tentative.html.ini b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-img-src.tentative.html.ini deleted file mode 100644 index 44bf28c68d5..00000000000 --- a/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-img-src.tentative.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[template-shadowrootmode-img-src.tentative.html] - [Speculative parsing, page load: template-shadowrootmode-img-src] - expected: FAIL diff --git a/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-link-stylesheet.tentative.html.ini b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-link-stylesheet.tentative.html.ini deleted file mode 100644 index 1f6a4e81ee4..00000000000 --- a/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-link-stylesheet.tentative.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[template-shadowrootmode-link-stylesheet.tentative.html] - [Speculative parsing, page load: template-shadowrootmode-link-stylesheet] - expected: FAIL diff --git a/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-script-src.tentative.html.ini b/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-script-src.tentative.html.ini deleted file mode 100644 index 57838549b9d..00000000000 --- a/tests/wpt/meta/html/syntax/speculative-parsing/generated/page-load/template-shadowrootmode-script-src.tentative.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[template-shadowrootmode-script-src.tentative.html] - [Speculative parsing, page load: template-shadowrootmode-script-src] - expected: FAIL diff --git a/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Element-setHTMLUnsafe-04.html.ini b/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Element-setHTMLUnsafe-04.html.ini deleted file mode 100644 index 21cd15a9db1..00000000000 --- a/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/Element-setHTMLUnsafe-04.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[Element-setHTMLUnsafe-04.html] - [setHTMLUnsafe should leave the removed children alone.] - expected: FAIL diff --git a/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe-CEReactions.html.ini b/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe-CEReactions.html.ini index 179192d4826..d0b3986d561 100644 --- a/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe-CEReactions.html.ini +++ b/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe-CEReactions.html.ini @@ -1,6 +1,3 @@ [setHTMLUnsafe-CEReactions.html] - [Element.setHTMLUnsafe should trigger custom element reactions.] - expected: FAIL - [ShadowRoot.setHTMLUnsafe should trigger custom element reactions.] expected: FAIL diff --git a/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe-xml.html.ini b/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe-xml.html.ini deleted file mode 100644 index 8a4e2ea78e5..00000000000 --- a/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe-xml.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[setHTMLUnsafe-xml.html] - [setHTMLUnsafe should still parse HTML even in XML documents.] - expected: FAIL - - [setHTMLUnsafe should still parse HTML even in SVG documents.] - expected: FAIL diff --git a/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe.html.ini b/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe.html.ini index 0856c7132c2..850b529ff76 100644 --- a/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe.html.ini +++ b/tests/wpt/meta/html/webappapis/dynamic-markup-insertion/html-unsafe-methods/setHTMLUnsafe.html.ini @@ -1,15 +1,6 @@ [setHTMLUnsafe.html] - [Element: setHTMLUnsafe with no shadowdom.] - expected: FAIL - - [Element: setHTMLUnsafe with shadowdom.] - expected: FAIL - [ShadowRoot: setHTMLUnsafe with no shadowdom.] expected: FAIL [ShadowRoot: setHTMLUnsafe with shadowdom.] expected: FAIL - - [template.setHTMLUnsafe() should modify template content fragment rather than actual children.] - expected: FAIL diff --git a/tests/wpt/meta/selection/shadow-dom/cross-shadow-boundary-6.html.ini b/tests/wpt/meta/selection/shadow-dom/cross-shadow-boundary-6.html.ini deleted file mode 100644 index 7d43321b3c8..00000000000 --- a/tests/wpt/meta/selection/shadow-dom/cross-shadow-boundary-6.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[cross-shadow-boundary-6.html] - expected: TIMEOUT diff --git a/tests/wpt/meta/selection/shadow-dom/tentative/Range-isPointInRange.html.ini b/tests/wpt/meta/selection/shadow-dom/tentative/Range-isPointInRange.html.ini index d406bfaf706..ec035279471 100644 --- a/tests/wpt/meta/selection/shadow-dom/tentative/Range-isPointInRange.html.ini +++ b/tests/wpt/meta/selection/shadow-dom/tentative/Range-isPointInRange.html.ini @@ -1,6 +1,3 @@ [Range-isPointInRange.html] [isPointInRange() test for collapsed selection] expected: FAIL - - [isPointInRange() test for non-collapsed selection] - expected: FAIL diff --git a/tests/wpt/meta/selection/shadow-dom/tentative/Selection-getComposedRanges-range-update.html.ini b/tests/wpt/meta/selection/shadow-dom/tentative/Selection-getComposedRanges-range-update.html.ini index f08fa168226..842fc01b392 100644 --- a/tests/wpt/meta/selection/shadow-dom/tentative/Selection-getComposedRanges-range-update.html.ini +++ b/tests/wpt/meta/selection/shadow-dom/tentative/Selection-getComposedRanges-range-update.html.ini @@ -1,2 +1,9 @@ [Selection-getComposedRanges-range-update.html] - expected: ERROR + [modify getRangeAt() range.] + expected: FAIL + + [modify createRange() range added to selection after setEnd call.] + expected: FAIL + + [modify createRange() range added to selection before setStart/setEnd calls.] + expected: FAIL diff --git a/tests/wpt/meta/selection/shadow-dom/tentative/Selection-isCollapsed.html.ini b/tests/wpt/meta/selection/shadow-dom/tentative/Selection-isCollapsed.html.ini index 66003985326..33fa63b1b8f 100644 --- a/tests/wpt/meta/selection/shadow-dom/tentative/Selection-isCollapsed.html.ini +++ b/tests/wpt/meta/selection/shadow-dom/tentative/Selection-isCollapsed.html.ini @@ -1,2 +1,12 @@ [Selection-isCollapsed.html] - expected: ERROR + [Selection in light tree is not collapsed] + expected: FAIL + + [Selection in shadow tree is not collapsed] + expected: FAIL + + [Selection between light and shadow tree is not valid and is collapsed. Composed range is not collapsed] + expected: FAIL + + [Selection between two shadow trees is not valid and is collapsed. Composed range is not collapsed] + expected: FAIL diff --git a/tests/wpt/meta/shadow-dom/HighlightRegistry-highlightsFromPoint.html.ini b/tests/wpt/meta/shadow-dom/HighlightRegistry-highlightsFromPoint.html.ini index 22d63011dfb..8f2dbdcd1dd 100644 --- a/tests/wpt/meta/shadow-dom/HighlightRegistry-highlightsFromPoint.html.ini +++ b/tests/wpt/meta/shadow-dom/HighlightRegistry-highlightsFromPoint.html.ini @@ -1,7 +1,4 @@ [HighlightRegistry-highlightsFromPoint.html] - [CSS.highlights.highlightsFromPoint() should throw when called with nodes that are not ShadowRoot objects in options.] - expected: FAIL - [CSS.highlights.highlightsFromPoint() returns Highlights present at a given point inside a shadow tree in the right order.] expected: FAIL diff --git a/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-attachment.html.ini b/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-attachment.html.ini index 4a35ff289d7..99619c27f10 100644 --- a/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-attachment.html.ini +++ b/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-attachment.html.ini @@ -50,279 +50,6 @@ [Declarative Shadow DOM as a child of <span>, with mode=open, delegatesFocus=false. Should be safelisted.] expected: FAIL - [Declarative Shadow DOM as a child of <a>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <abbr>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <address>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <area>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <audio>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <b>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <base>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <bdi>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <bdo>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <br>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <button>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <canvas>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <caption>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <cite>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <code>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <col>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <colgroup>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <data>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <datalist>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dd>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <del>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <details>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dfn>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dialog>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dl>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dt>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <em>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <embed>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <fieldset>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <figcaption>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <figure>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <form>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <head>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <hr>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <html>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <i>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <iframe>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <img>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <input>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ins>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <kbd>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <label>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <legend>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <li>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <link>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <map>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <mark>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <menu>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <meta>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <meter>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <noscript>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <object>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ol>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <optgroup>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <option>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <output>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <param>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <pre>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <progress>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <q>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <rp>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <rt>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ruby>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <s>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <samp>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <script>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <select>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <slot>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <small>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <source>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <strong>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <style>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <sub>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <sup>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <summary>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <table>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tbody>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <td>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <textarea>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tfoot>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <th>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <thead>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <time>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <title>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tr>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <track>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <u>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ul>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <var>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <video>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <wbr>, with mode=open, delegatesFocus=false. Should be disallowed.] - expected: FAIL - [Declarative Shadow DOM as a child of <article>, with mode=closed, delegatesFocus=false. Should be safelisted.] expected: FAIL @@ -374,603 +101,6 @@ [Declarative Shadow DOM as a child of <span>, with mode=closed, delegatesFocus=false. Should be safelisted.] expected: FAIL - [Declarative Shadow DOM as a child of <a>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <abbr>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <address>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <area>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <audio>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <b>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <base>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <bdi>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <bdo>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <br>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <button>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <canvas>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <caption>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <cite>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <code>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <col>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <colgroup>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <data>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <datalist>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dd>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <del>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <details>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dfn>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dialog>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dl>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dt>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <em>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <embed>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <fieldset>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <figcaption>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <figure>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <form>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <head>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <hr>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <html>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <i>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <iframe>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <img>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <input>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ins>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <kbd>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <label>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <legend>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <li>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <link>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <map>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <mark>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <menu>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <meta>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <meter>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <noscript>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <object>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ol>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <optgroup>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <option>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <output>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <param>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <pre>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <progress>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <q>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <rp>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <rt>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ruby>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <s>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <samp>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <script>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <select>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <slot>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <small>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <source>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <strong>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <style>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <sub>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <sup>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <summary>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <table>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tbody>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <td>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <textarea>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tfoot>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <th>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <thead>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <time>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <title>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tr>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <track>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <u>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ul>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <var>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <video>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <wbr>, with mode=closed, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <article>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <aside>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <blockquote>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <div>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <footer>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <h1>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <h2>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <h3>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <h4>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <h5>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <h6>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <header>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <main>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <nav>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <p>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <section>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <span>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <a>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <abbr>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <address>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <area>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <audio>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <b>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <base>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <bdi>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <bdo>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <br>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <button>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <canvas>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <caption>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <cite>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <code>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <col>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <colgroup>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <data>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <datalist>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dd>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <del>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <details>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dfn>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dialog>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dl>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dt>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <em>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <embed>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <fieldset>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <figcaption>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <figure>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <form>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <head>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <hr>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <html>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <i>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <iframe>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <img>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <input>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ins>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <kbd>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <label>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <legend>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <li>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <link>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <map>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <mark>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <menu>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <meta>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <meter>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <noscript>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <object>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ol>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <optgroup>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <option>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <output>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <param>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <pre>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <progress>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <q>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <rp>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <rt>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ruby>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <s>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <samp>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <script>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <select>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <slot>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <small>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <source>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <strong>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <style>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <sub>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <sup>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <summary>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <table>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tbody>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <td>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <textarea>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tfoot>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <th>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <thead>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <time>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <title>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tr>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <track>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <u>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ul>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <var>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <video>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <wbr>, with mode=invalid, delegatesFocus=false. Should be disallowed.] - expected: FAIL - [Declarative Shadow DOM as a child of <article>, with mode=open, delegatesFocus=true. Should be safelisted.] expected: FAIL @@ -1022,279 +152,6 @@ [Declarative Shadow DOM as a child of <span>, with mode=open, delegatesFocus=true. Should be safelisted.] expected: FAIL - [Declarative Shadow DOM as a child of <a>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <abbr>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <address>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <area>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <audio>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <b>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <base>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <bdi>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <bdo>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <br>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <button>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <canvas>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <caption>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <cite>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <code>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <col>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <colgroup>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <data>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <datalist>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dd>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <del>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <details>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dfn>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dialog>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dl>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dt>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <em>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <embed>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <fieldset>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <figcaption>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <figure>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <form>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <head>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <hr>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <html>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <i>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <iframe>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <img>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <input>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ins>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <kbd>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <label>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <legend>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <li>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <link>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <map>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <mark>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <menu>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <meta>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <meter>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <noscript>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <object>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ol>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <optgroup>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <option>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <output>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <param>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <pre>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <progress>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <q>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <rp>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <rt>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ruby>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <s>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <samp>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <script>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <select>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <slot>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <small>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <source>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <strong>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <style>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <sub>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <sup>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <summary>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <table>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tbody>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <td>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <textarea>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tfoot>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <th>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <thead>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <time>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <title>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tr>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <track>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <u>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ul>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <var>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <video>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <wbr>, with mode=open, delegatesFocus=true. Should be disallowed.] - expected: FAIL - [Declarative Shadow DOM as a child of <article>, with mode=closed, delegatesFocus=true. Should be safelisted.] expected: FAIL @@ -1345,600 +202,3 @@ [Declarative Shadow DOM as a child of <span>, with mode=closed, delegatesFocus=true. Should be safelisted.] expected: FAIL - - [Declarative Shadow DOM as a child of <a>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <abbr>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <address>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <area>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <audio>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <b>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <base>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <bdi>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <bdo>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <br>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <button>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <canvas>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <caption>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <cite>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <code>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <col>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <colgroup>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <data>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <datalist>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dd>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <del>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <details>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dfn>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dialog>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dl>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dt>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <em>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <embed>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <fieldset>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <figcaption>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <figure>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <form>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <head>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <hr>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <html>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <i>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <iframe>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <img>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <input>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ins>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <kbd>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <label>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <legend>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <li>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <link>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <map>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <mark>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <menu>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <meta>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <meter>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <noscript>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <object>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ol>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <optgroup>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <option>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <output>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <param>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <pre>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <progress>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <q>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <rp>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <rt>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ruby>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <s>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <samp>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <script>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <select>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <slot>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <small>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <source>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <strong>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <style>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <sub>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <sup>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <summary>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <table>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tbody>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <td>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <textarea>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tfoot>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <th>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <thead>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <time>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <title>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tr>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <track>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <u>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ul>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <var>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <video>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <wbr>, with mode=closed, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <article>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <aside>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <blockquote>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <div>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <footer>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <h1>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <h2>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <h3>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <h4>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <h5>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <h6>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <header>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <main>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <nav>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <p>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <section>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <span>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <a>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <abbr>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <address>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <area>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <audio>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <b>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <base>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <bdi>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <bdo>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <br>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <button>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <canvas>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <caption>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <cite>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <code>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <col>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <colgroup>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <data>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <datalist>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dd>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <del>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <details>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dfn>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dialog>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dl>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <dt>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <em>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <embed>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <fieldset>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <figcaption>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <figure>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <form>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <head>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <hr>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <html>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <i>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <iframe>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <img>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <input>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ins>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <kbd>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <label>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <legend>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <li>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <link>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <map>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <mark>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <menu>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <meta>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <meter>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <noscript>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <object>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ol>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <optgroup>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <option>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <output>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <param>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <pre>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <progress>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <q>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <rp>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <rt>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ruby>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <s>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <samp>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <script>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <select>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <slot>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <small>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <source>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <strong>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <style>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <sub>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <sup>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <summary>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <table>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tbody>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <td>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <textarea>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tfoot>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <th>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <thead>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <time>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <title>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <tr>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <track>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <u>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <ul>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <var>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <video>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL - - [Declarative Shadow DOM as a child of <wbr>, with mode=invalid, delegatesFocus=true. Should be disallowed.] - expected: FAIL diff --git a/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-basic.html.ini b/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-basic.html.ini index 751a14f9d24..4eebe511c1c 100644 --- a/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-basic.html.ini +++ b/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-basic.html.ini @@ -2,59 +2,8 @@ [Declarative Shadow DOM: Basic test] expected: FAIL - [Declarative Shadow DOM: Feature detection] - expected: FAIL - - [Shadowrootmode reflection] - expected: FAIL - - [Shadowrootmode reflection, setter] - expected: FAIL - - [Shadowrootdelegatesfocus reflection] - expected: FAIL - - [Shadowrootdelegatesfocus reflection, setter] - expected: FAIL - - [Shadowrootclonable reflection] - expected: FAIL - - [Shadowrootclonable reflection, setter] - expected: FAIL - [Declarative Shadow DOM: Fragment parser basic test] expected: FAIL - [Declarative Shadow DOM: Invalid shadow root attribute] - expected: FAIL - - [Declarative Shadow DOM: Closed shadow root attribute] - expected: FAIL - - [Declarative Shadow DOM: Missing closing tag] - expected: FAIL - [Declarative Shadow DOM: delegates focus attribute] expected: FAIL - - [Declarative Shadow DOM: clonable attribute] - expected: FAIL - - [Declarative Shadow DOM: Multiple roots] - expected: FAIL - - [Declarative Shadow DOM: template containing declarative shadow root (with shadowrootclonable)] - expected: FAIL - - [Declarative Shadow DOM: template containing (deeply nested) declarative shadow root] - expected: FAIL - - [Declarative Shadow DOM: template containing a template containing declarative shadow root] - expected: FAIL - - [Declarative Shadow DOM: template containing declarative shadow root and UA shadow root] - expected: FAIL - - [Declarative Shadow DOM: explicit test that exceptions are not thrown] - expected: FAIL diff --git a/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-opt-in.html.ini b/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-opt-in.html.ini index 72cc349d700..24044d1969f 100644 --- a/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-opt-in.html.ini +++ b/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-opt-in.html.ini @@ -1,25 +1,10 @@ [declarative-shadow-dom-opt-in.html] expected: TIMEOUT - [Non-fragment parsing needs no opt-in] - expected: FAIL - - [innerHTML on shadowRoot] - expected: PASS - - [document.write allowed from synchronous script loaded from main document] - expected: FAIL - [document.write disallowed on fresh document] expected: FAIL [iframe] expected: FAIL - [iframe, no sandbox] - expected: FAIL - [sandboxed iframe allows declarative Shadow DOM] expected: TIMEOUT - - [iframe with no sandbox allows declarative Shadow DOM] - expected: FAIL diff --git a/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-repeats-2.html.ini b/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-repeats-2.html.ini deleted file mode 100644 index 04d052175a6..00000000000 --- a/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-repeats-2.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[declarative-shadow-dom-repeats-2.html] - [Repeated declarative shadow roots keep only the first] - expected: FAIL diff --git a/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-repeats.html.ini b/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-repeats.html.ini index c6200e5d994..63a42a6bfad 100644 --- a/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-repeats.html.ini +++ b/tests/wpt/meta/shadow-dom/declarative/declarative-shadow-dom-repeats.html.ini @@ -1,7 +1,4 @@ [declarative-shadow-dom-repeats.html] - [Repeated declarative shadow roots keep only the first] - expected: FAIL - [Calling attachShadow() on declarative shadow root must match mode] expected: FAIL diff --git a/tests/wpt/meta/shadow-dom/declarative/declarative-with-disabled-shadow.html.ini b/tests/wpt/meta/shadow-dom/declarative/declarative-with-disabled-shadow.html.ini new file mode 100644 index 00000000000..0c4a32d2ca5 --- /dev/null +++ b/tests/wpt/meta/shadow-dom/declarative/declarative-with-disabled-shadow.html.ini @@ -0,0 +1,3 @@ +[declarative-with-disabled-shadow.html] + [Declarative Shadow DOM: declarative shadow should fail if attachShadow() already called] + expected: FAIL diff --git a/tests/wpt/meta/shadow-dom/declarative/innerhtml-before-closing-tag.html.ini b/tests/wpt/meta/shadow-dom/declarative/innerhtml-before-closing-tag.html.ini deleted file mode 100644 index 196e947e795..00000000000 --- a/tests/wpt/meta/shadow-dom/declarative/innerhtml-before-closing-tag.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[innerhtml-before-closing-tag.html] - expected: ERROR diff --git a/tests/wpt/meta/shadow-dom/declarative/move-template-before-closing-tag.html.ini b/tests/wpt/meta/shadow-dom/declarative/move-template-before-closing-tag.html.ini deleted file mode 100644 index 76a0e29532d..00000000000 --- a/tests/wpt/meta/shadow-dom/declarative/move-template-before-closing-tag.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[move-template-before-closing-tag.html] - [Moving the template node during parsing should attach to initial parent (content before observer)] - expected: FAIL - - [Moving the template node during parsing should attach to initial parent (content after observer)] - expected: FAIL diff --git a/tests/wpt/meta/shadow-dom/declarative/script-access.html.ini b/tests/wpt/meta/shadow-dom/declarative/script-access.html.ini deleted file mode 100644 index 7994a939276..00000000000 --- a/tests/wpt/meta/shadow-dom/declarative/script-access.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[script-access.html] - expected: ERROR diff --git a/tests/wpt/meta/shadow-dom/offsetTop-offsetLeft-across-shadow-boundaries.html.ini b/tests/wpt/meta/shadow-dom/offsetTop-offsetLeft-across-shadow-boundaries.html.ini index 5ebeb149de3..88f45f3b6a7 100644 --- a/tests/wpt/meta/shadow-dom/offsetTop-offsetLeft-across-shadow-boundaries.html.ini +++ b/tests/wpt/meta/shadow-dom/offsetTop-offsetLeft-across-shadow-boundaries.html.ini @@ -4,3 +4,6 @@ [Verifies that HTMLElement.offsetTop accounts for shadow boundaries when nested in multiple shadow roots.] expected: FAIL + + [Verifies that HTMLElement.offsetLeft accounts for shadow boundaries.] + expected: FAIL diff --git a/tests/wpt/meta/shadow-dom/shadow-root-clonable.html.ini b/tests/wpt/meta/shadow-dom/shadow-root-clonable.html.ini deleted file mode 100644 index 9aa211bbff2..00000000000 --- a/tests/wpt/meta/shadow-dom/shadow-root-clonable.html.ini +++ /dev/null @@ -1,9 +0,0 @@ -[shadow-root-clonable.html] - [declarative shadow roots do *not* get clonable: true automatically] - expected: FAIL - - [declarative shadow roots can opt in to clonable with shadowrootclonable] - expected: FAIL - - [declarative shadow roots inside templates do *not* get cloned automatically] - expected: FAIL |