Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassIntersectionObserver with target in a different window.
Asserts run
Pass
assert_equals(1, 1, "Initial notification for detached target.")
    at Test.<anonymous> ( /intersection-observer/target-in-different-window.html:32:5)
Pass
assert_equals(false, false, "not intersecting")
    at Test.<anonymous> ( /intersection-observer/target-in-different-window.html:33:5)
Pass
assert_equals(2, 2, "Notification after insertion into popup.")
    at Test.<anonymous> ( /intersection-observer/target-in-different-window.html:36:7)
Pass
assert_equals(true, true, "intersecting")
    at Test.<anonymous> ( /intersection-observer/target-in-different-window.html:37:7)