Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassDisabled on document, enabled on div.
Asserts run
Pass
assert_equals(300, 300, "Scroll anchoring should apply to #scroller.")
    at Test.<anonymous> ( /css/css-scroll-anchoring/opt-out.html:51:3)
Pass
assert_equals(100, 100, "Scroll anchoring should not apply to the document scroller.")
    at Test.<anonymous> ( /css/css-scroll-anchoring/opt-out.html:54:3)
PassEnabled on document, disabled on div.
Asserts run
Pass
assert_equals(100, 100, "Scroll anchoring should not apply to #scroller.")
    at Test.<anonymous> ( /css/css-scroll-anchoring/opt-out.html:65:3)
Pass
assert_equals(250, 250, "Scroll anchoring should apply to the document scroller.")
    at Test.<anonymous> ( /css/css-scroll-anchoring/opt-out.html:68:3)