Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassThe parentNode attribute of a shadow root must always return null.
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/shadow-root-001.html:20:5)
PassThe parentElement attribute of a shadow root must always return null.
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/shadow-root-001.html:26:5)
PassThe parentNode attribute of a shadow root must always return null, even if the shadow root is nested inside another shadow root.
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/shadow-root-001.html:35:5)
PassThe parentElement attribute of a shadow root must always return null, even if the shadow root is nested inside another shadow root.
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/shadow-root-001.html:47:5)