Summary

Harness status: OK

Found 648 tests

Details

ResultTest NameMessage
PassDeclarative Shadow DOM as a child of <article>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <aside>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <blockquote>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <div>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <footer>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h1>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h2>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h3>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h4>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h5>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h6>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <header>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <main>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <nav>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <p>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <section>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <span>, with mode=open, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(false, false, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <a>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <abbr>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <address>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <area>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <audio>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <b>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <base>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <bdi>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <bdo>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <br>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <button>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <canvas>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <caption>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <cite>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <code>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <col>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <colgroup>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <data>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <datalist>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dd>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <del>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <details>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dfn>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dialog>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dl>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dt>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <em>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <embed>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <fieldset>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <figcaption>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <figure>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <form>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <head>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <hr>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <html>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <i>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <iframe>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <img>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <input>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ins>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <kbd>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <label>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <legend>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <li>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <link>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <map>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <mark>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <menu>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <meta>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <meter>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <noscript>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <object>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ol>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <optgroup>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <option>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <output>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <param>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <pre>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <progress>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <q>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <rp>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <rt>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ruby>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <s>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <samp>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <script>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <select>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <slot>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <small>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <source>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <strong>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <style>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <sub>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <sup>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <summary>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <table>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <tbody>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <td>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <textarea>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <tfoot>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <th>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <thead>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <time>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <title>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <tr>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <track>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <u>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ul>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <var>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <video>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <wbr>, with mode=open, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <article>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <aside>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <blockquote>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <div>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <footer>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h1>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h2>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h3>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h4>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h5>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h6>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <header>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <main>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <nav>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <p>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <section>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <span>, with mode=closed, delegatesFocus=false. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <a>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <abbr>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <address>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <area>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <audio>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <b>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <base>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <bdi>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <bdo>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <br>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <button>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <canvas>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <caption>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <cite>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <code>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <col>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <colgroup>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <data>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <datalist>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dd>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <del>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <details>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dfn>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dialog>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dl>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dt>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <em>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <embed>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <fieldset>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <figcaption>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <figure>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <form>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <head>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <hr>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <html>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <i>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <iframe>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <img>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <input>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ins>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <kbd>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <label>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <legend>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <li>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <link>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <map>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <mark>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <menu>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <meta>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <meter>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <noscript>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <object>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ol>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <optgroup>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <option>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <output>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <param>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <pre>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <progress>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <q>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <rp>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <rt>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ruby>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <s>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <samp>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <script>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <select>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <slot>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <small>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <source>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <strong>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <style>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <sub>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <sup>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <summary>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <table>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <tbody>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <td>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <textarea>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <tfoot>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <th>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <thead>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <time>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <title>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <tr>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <track>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <u>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ul>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <var>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <video>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <wbr>, with mode=closed, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <article>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <aside>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <blockquote>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <div>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <footer>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <h1>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <h2>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <h3>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <h4>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <h5>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <h6>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <header>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <main>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <nav>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <p>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <section>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <span>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <a>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <abbr>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <address>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <area>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <audio>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <b>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <base>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <bdi>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <bdo>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <br>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <button>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <canvas>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <caption>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <cite>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <code>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <col>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <colgroup>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <data>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <datalist>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dd>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <del>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <details>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dfn>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dialog>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dl>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dt>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <em>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <embed>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <fieldset>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <figcaption>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <figure>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <form>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <head>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <hr>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <html>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <i>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <iframe>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <img>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <input>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ins>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <kbd>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <label>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <legend>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <li>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <link>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <map>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <mark>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <menu>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <meta>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <meter>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <noscript>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <object>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ol>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <optgroup>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <option>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <output>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <param>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <pre>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <progress>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <q>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <rp>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <rt>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ruby>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <s>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <samp>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <script>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <select>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <slot>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <small>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <source>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <strong>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <style>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <sub>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <sup>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <summary>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <table>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <tbody>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <td>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <textarea>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <tfoot>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <th>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <thead>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <time>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <title>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <tr>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <track>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <u>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ul>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <var>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <video>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <wbr>, with mode=invalid, delegatesFocus=false. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <article>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <aside>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <blockquote>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <div>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <footer>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h1>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h2>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h3>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h4>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h5>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h6>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <header>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <main>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <nav>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <p>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <section>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <span>, with mode=open, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_true(true, "Shadow root should be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:39:9)
Pass
assert_equals("<span>Shadow tree</span><slot></slot>", "<span>Shadow tree</span><slot></slot>", "Correct shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:40:9)
Pass
assert_equals(true, true, "Correct delegatesFocus")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:41:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "The same shadow root should be returned")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:53:9)
Pass
assert_equals("", "", "Empty shadow content")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:54:9)
Pass
assert_equals("open", "open", "Original shadow mode")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:55:9)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <a>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <abbr>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <address>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <area>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <audio>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <b>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <base>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <bdi>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <bdo>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <br>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <button>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <canvas>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <caption>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <cite>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <code>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <col>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <colgroup>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <data>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <datalist>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dd>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <del>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <details>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dfn>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dialog>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dl>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dt>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <em>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <embed>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <fieldset>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <figcaption>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <figure>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <form>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <head>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <hr>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <html>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <i>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <iframe>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <img>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <input>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ins>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <kbd>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <label>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <legend>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <li>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <link>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <map>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <mark>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <menu>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <meta>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <meter>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <noscript>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <object>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ol>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <optgroup>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <option>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <output>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <param>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <pre>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <progress>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <q>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <rp>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <rt>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ruby>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <s>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <samp>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <script>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <select>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <slot>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <small>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <source>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <strong>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <style>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <sub>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <sup>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <summary>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <table>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <tbody>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <td>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <textarea>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <tfoot>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <th>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <thead>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <time>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <title>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <tr>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <track>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <u>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ul>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <var>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <video>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <wbr>, with mode=open, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("open", "open", "Template with shadowrootmode=open should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <article>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <aside>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <blockquote>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <div>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <footer>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h1>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h2>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h3>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h4>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h5>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <h6>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <header>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <main>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <nav>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <p>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <section>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <span>, with mode=closed, delegatesFocus=true. Should be safelisted.
Asserts run
Pass
assert_true(true, "Unable to locate the element")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:32:7)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:34:7)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:35:7)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:36:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow with a declarative shadow fails if the mode doesn't match")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:46:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: mode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (same mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:58:7)
Pass
assert_throws_dom("NotSupportedError", function "() => {         element.attachShadow({mode: oppositeMode});       }", "Calling attachShadow a second time on an element with a declarative shadow fails (opposite mode)")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:62:7)
PassDeclarative Shadow DOM as a child of <a>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <abbr>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <address>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <area>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <audio>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <b>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <base>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <bdi>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <bdo>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <br>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <button>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <canvas>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <caption>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <cite>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <code>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <col>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <colgroup>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <data>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <datalist>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dd>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <del>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <details>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dfn>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dialog>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dl>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dt>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <em>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <embed>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <fieldset>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <figcaption>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <figure>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <form>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <head>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <hr>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <html>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <i>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <iframe>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <img>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <input>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ins>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <kbd>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <label>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <legend>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <li>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <link>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <map>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <mark>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <menu>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <meta>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <meter>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <noscript>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <object>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ol>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <optgroup>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <option>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <output>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <param>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <pre>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <progress>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <q>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <rp>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <rt>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ruby>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <s>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <samp>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <script>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <select>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <slot>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <small>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <source>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <strong>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <style>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <sub>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <sup>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <summary>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <table>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <tbody>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <td>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <textarea>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <tfoot>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <th>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <thead>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <time>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <title>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <tr>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <track>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <u>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ul>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <var>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <video>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <wbr>, with mode=closed, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("closed", "closed", "Template with shadowrootmode=closed should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <article>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <aside>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <blockquote>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <div>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <footer>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <h1>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <h2>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <h3>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <h4>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <h5>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <h6>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <header>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <main>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <nav>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <p>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <section>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <span>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <a>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <abbr>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <address>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <area>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <audio>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <b>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <base>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <bdi>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <bdo>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <br>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <button>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <canvas>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <caption>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <cite>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <code>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <col>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <colgroup>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <data>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <datalist>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dd>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <del>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <details>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dfn>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dialog>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dl>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <dt>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <em>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <embed>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <fieldset>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <figcaption>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <figure>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <form>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <head>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <hr>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <html>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <i>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <iframe>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <img>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <input>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ins>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <kbd>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <label>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <legend>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <li>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <link>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <map>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <mark>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <menu>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <meta>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <meter>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <noscript>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <object>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ol>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <optgroup>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <option>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <output>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <param>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <pre>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <progress>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <q>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <rp>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <rt>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ruby>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <s>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <samp>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <script>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <select>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <slot>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <small>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <source>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <strong>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <style>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <sub>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <sup>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <summary>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <table>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <tbody>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <td>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <textarea>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <tfoot>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <th>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <thead>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <time>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <title>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts runNo asserts ran
PassDeclarative Shadow DOM as a child of <tr>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
PassDeclarative Shadow DOM as a child of <track>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <u>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <ul>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <var>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <video>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)
PassDeclarative Shadow DOM as a child of <wbr>, with mode=invalid, delegatesFocus=true. Should be disallowed.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:69:9)
Pass
assert_equals("invalid", "invalid", "Template with shadowrootmode=invalid should be left over")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:70:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:72:9)
Pass
assert_equals("Light DOM", "Light DOM")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:73:9)
Pass
assert_true(true, "Shadow root should not be present")
    at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-attachment.html:76:11)