Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passscroll-snap-type on HTML should control snapping behavior and changing it takes effect
Asserts run
Pass
assert_equals(200, 200, "scrolling should snap")
    at Test.<anonymous> ( /css/css-scroll-snap/scroll-snap-type-change.html:53:5)
Pass
assert_equals(100, 100, "scrolling should not snap")
    at Test.<anonymous> ( /css/css-scroll-snap/scroll-snap-type-change.html:58:5)
Pass
assert_equals(200, 200, "scrolling should snap after change")
    at Test.<anonymous> ( /css/css-scroll-snap/scroll-snap-type-change.html:63:5)
Passscroll-snap-type on DIV should control snapping behavior and changing it takes effect
Asserts run
Pass
assert_equals(200, 200, "scrolling should snap")
    at Test.<anonymous> ( /css/css-scroll-snap/scroll-snap-type-change.html:53:5)
Pass
assert_equals(100, 100, "scrolling should not snap")
    at Test.<anonymous> ( /css/css-scroll-snap/scroll-snap-type-change.html:58:5)
Pass
assert_equals(200, 200, "scrolling should snap after change")
    at Test.<anonymous> ( /css/css-scroll-snap/scroll-snap-type-change.html:63:5)