Text

Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassElement.getBoundingClientRect() returns the actual rendered location
Asserts run
Pass
assert_equals(200, 200)
    at Test.<anonymous> ( /css/css-anchor-position/anchor-scroll-js-expose.html:63:3)
Pass
assert_equals(100, 100)
    at Test.<anonymous> ( /css/css-anchor-position/anchor-scroll-js-expose.html:64:3)
PassRange.getBoundingClientRect() returns the actual rendered location
Asserts run
Pass
assert_equals(200, 200)
    at Test.<anonymous> ( /css/css-anchor-position/anchor-scroll-js-expose.html:73:3)
Pass
assert_equals(100, 100)
    at Test.<anonymous> ( /css/css-anchor-position/anchor-scroll-js-expose.html:74:3)
PassElement.offset* return adjusted offsets
Asserts run
Pass
assert_equals(200, 200)
    at Test.<anonymous> ( /css/css-anchor-position/anchor-scroll-js-expose.html:78:3)
Pass
assert_equals(100, 100)
    at Test.<anonymous> ( /css/css-anchor-position/anchor-scroll-js-expose.html:79:3)
PassIntersectionObserver should fire when anchored element is moved into visible area
Asserts runNo asserts ran