Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassshadowRoot must be defined on Element prototype
Asserts run
Pass
assert_true(true, "shadowRoot must be defined on Element prototype")
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:16:5)
Pass
assert_true(true, "shadowRoot must be defined on an instance of div element")
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:17:5)
Pass
assert_false(false, "shadowRoot must not be defined on Node prototype")
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:18:5)
Pass
assert_false(false, "shadowRoot must not be defined on Text prototype")
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:19:5)
Pass
assert_false(false, "shadowRoot must not be defined on an instance of Text node")
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:20:5)
Pass
assert_false(false, "shadowRoot must not be defined on Comment prototype")
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:21:5)
Pass
assert_false(false, "shadowRoot must not be defined on an instance of Comment node")
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:22:5)
Pass
assert_false(false, "shadowRoot must not be defined on Document prototype")
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:23:5)
Pass
assert_false(false, "shadowRoot must not be defined on an instance of Document")
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:24:5)
Pass
assert_false(false, "shadowRoot must not be defined on DocumentFragment prototype")
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:25:5)
Pass
assert_false(false, "shadowRoot must not be defined on an instance of DocumentFragment node")
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:26:5)
PassshadowRoot attribute must return the open shadow root associated with the element
Asserts run
Pass
assert_equals(null, null, "shadowRoot must return null when the host does not have a shadow tree attached to it")
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:31:5)
Pass
assert_equals(DocumentFragment node with 0 children, DocumentFragment node with 0 children, "shadowRoot must return the open shadow root attachShadow attached")
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:34:5)
PassshadowRoot attribute must return null if the shadow root attached to the element is closed
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/Element-interface-shadowRoot-attribute.html:40:5)