Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassVerifies that HTMLElement.offsetTop accounts for shadow boundaries.
Asserts run
Pass
assert_equals(38, 38)
    at Test.<anonymous> ( /shadow-dom/offsetTop-offsetLeft-across-shadow-boundaries.html:84:3)
PassVerifies that HTMLElement.offsetLeft accounts for shadow boundaries.
Asserts run
Pass
assert_equals(8, 8)
    at Test.<anonymous> ( /shadow-dom/offsetTop-offsetLeft-across-shadow-boundaries.html:88:3)
PassVerifies that HTMLElement.offsetTop accounts for shadow boundaries when nested in multiple shadow roots.
Asserts run
Pass
assert_equals(88, 88)
    at Test.<anonymous> ( /shadow-dom/offsetTop-offsetLeft-across-shadow-boundaries.html:92:3)