Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassScroll position restore on shadow tree
Asserts run
Pass
assert_equals(100, 100, "scrollTop 1 is reasonable")
    at Test.<anonymous> ( /shadow-dom/scroll-restore-shadow.html:63:3)
Pass
assert_equals(200, 200, "scrollTop 2 is reasonable")
    at Test.<anonymous> ( /shadow-dom/scroll-restore-shadow.html:64:3)
Pass
assert_equals(100, 100, "scrollTop 1 hasn't changed")
    at Test.<anonymous> ( /shadow-dom/scroll-restore-shadow.html:68:3)
Pass
assert_equals(200, 200, "scrollTop 2 hasn't changed")
    at Test.<anonymous> ( /shadow-dom/scroll-restore-shadow.html:69:3)
Pass
assert_equals(100, 100, "scrollTop 1 hasn't changed after rAF")
    at Test.<anonymous> ( /shadow-dom/scroll-restore-shadow.html:76:3)
Pass
assert_equals(200, 200, "scrollTop 2 hasn't changed after rAF")
    at Test.<anonymous> ( /shadow-dom/scroll-restore-shadow.html:77:3)