Pass | assert_true(true)
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:67:3) |
Pass | assert_throws_dom("NotSupportedError", function "() => { open2.attachShadow({mode: "closed"}); }", "Mismatched shadow root mode should throw")
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:69:3) |
Pass | assert_throws_dom("NotSupportedError", function "() => { open2.attachShadow({mode: "closed", delegatesFocus: true, slotAssignment: "named", clonable: true, serializable: true}); }", "Mismatched shadow root mode should throw (explicit args)")
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:72:3) |
Pass | assert_equals(true, true)
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:78:3) |
Pass | assert_equals("named", "named")
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:79:3) |
Pass | assert_true(true)
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:80:3) |
Pass | assert_true(true)
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:81:3) |
Pass | assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "Same shadow should be returned")
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:83:3) |
Pass | assert_equals("", "", "Shadow should be empty")
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:84:3) |
Pass | assert_equals(true, true)
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:85:3) |
Pass | assert_equals("named", "named")
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:86:3) |
Pass | assert_true(true)
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:87:3) |
Pass | assert_true(true)
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:88:3) |
Pass | assert_throws_dom("NotSupportedError", function "() => { open2.attachShadow({mode: "open"}); }", "Invoking attachShadow() on a non-declarative shadow root should throw")
at Test.<anonymous> ( /shadow-dom/declarative/declarative-shadow-dom-repeats.html:89:3) |