PASS

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassContentVisibilityAutoStateChange fires trece when `scrollIntoView` a descendant of `content-visibility:auto` which is hidden after scrolling
Asserts run
Pass
assert_equals(true, true, "the first event is the initial one")
    at HTMLDivElement.eventHandler ( /css/css-contain/content-visibility/content-visibility-vs-scrollIntoView-003.html:63:13)
Pass
assert_equals(false, false, "the second event should be generated by visible")
    at HTMLDivElement.eventHandler ( /css/css-contain/content-visibility/content-visibility-vs-scrollIntoView-003.html:65:13)
Pass
assert_equals(true, true, "the third event should be generated by hidden")
    at HTMLDivElement.eventHandler ( /css/css-contain/content-visibility/content-visibility-vs-scrollIntoView-003.html:67:13)
Pass
assert_equals(3, 3, "There should be three contentvisibilityautostatechange events.")
    at Test.<anonymous> ( /css/css-contain/content-visibility/content-visibility-vs-scrollIntoView-003.html:78:5)