Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassTest no initial scroll margin intersection
Asserts run
Pass
assert_equals(1, 1, "IntersectionObserverEntryCount")
    at Test.testNoInitialIntersection ( /intersection-observer/scroll-margin-dynamic.html:35:3)
Pass
assert_false(false, "isIntersectingInitial")
    at Test.testNoInitialIntersection ( /intersection-observer/scroll-margin-dynamic.html:36:3)
Pass
assert_approx_equals(0, 0, 0.001, "intersectionRatioInitial")
    at Test.testNoInitialIntersection ( /intersection-observer/scroll-margin-dynamic.html:37:3)
PassTest scroll margin intersection after scrolling
Asserts run
Pass
assert_equals(2, 2, "IntersectionObserverEntryCount")
    at Test.testIntersectionAfterScroll ( /intersection-observer/scroll-margin-dynamic.html:44:3)
Pass
assert_true(true, "isIntersecting")
    at Test.testIntersectionAfterScroll ( /intersection-observer/scroll-margin-dynamic.html:45:3)
Pass
assert_approx_equals(0.20000000298023224, 0.2, 0.001, "intersectionRatio")
    at Test.testIntersectionAfterScroll ( /intersection-observer/scroll-margin-dynamic.html:46:3)