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