Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassObserver with the implicit root; target in a same-origin iframe.
Asserts run
Pass
assert_true(true, "iframe exists")
    at Test.<anonymous> ( /intersection-observer/scroll-margin-iframe.html:22:5)
Pass
assert_true(true, "Target element exists.")
    at Test.<anonymous> ( /intersection-observer/scroll-margin-iframe.html:25:5)
Pass
assert_equals(0, 0, "No initial notifications.")
    at Test.<anonymous> ( /intersection-observer/scroll-margin-iframe.html:35:5)
PassTest scroll margin intersection
Asserts run
Pass
assert_equals(1, 1, "IntersectionObserverEntryCount")
    at Test.testIntersection ( /intersection-observer/scroll-margin-iframe.html:42:3)
Pass
assert_true(true, "isIntersecting")
    at Test.testIntersection ( /intersection-observer/scroll-margin-iframe.html:43:3)
Pass
assert_approx_equals(0.10000000149011612, 0.1, 0.001, "intersectionRatio")
    at Test.testIntersection ( /intersection-observer/scroll-margin-iframe.html:44:3)