Summary

Harness status: OK

Found 11 tests

Details

ResultTest NameMessage
PassSnaps to the snap position if the snap area doesn't cover the snapport on x.
Asserts run
Pass
assert_equals(200, 200)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:97:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:98:3)
PassSnaps to the snap position if the snap area covers the snapport on x on the right border.
Asserts run
Pass
assert_equals(2700, 2700)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:104:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:105:3)
PassSnaps to the snap position if the snap area covers the snapport on x on the left border.
Asserts run
Pass
assert_equals(200, 200)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:113:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:114:3)
PassSnaps to a snap area (400) that is closer than the position that reveals the space between snap areas (600) within the larger snap area on x.
Asserts run
Pass
assert_equals(400, 400)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:119:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:120:3)
PassSnaps to a snap area (400) that is closer than the position that reveals the space between snap areas (600) within the larger snap area on y.
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:126:3)
Pass
assert_equals(400, 400)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:127:3)
PassSnap to current scroll position which is a valid snap position, as the snap area covers snapport on x and there is no intruding snap area.
Asserts run
Pass
assert_equals(1650, 1650)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:133:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:134:3)
PassSnap to current scroll position which is a valid snap position, as the snap area covers snapport on y and there is no intruding snap area.
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:140:3)
Pass
assert_equals(1650, 1650)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:141:3)
PassDon't snap back even if scrollTo tries to scroll to positions which are outside of the scroll range and if a snap target element covers the snaport
Asserts run
Pass
assert_equals(3700, 3700)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:151:3)
Pass
assert_equals(3700, 3700)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:155:3)
PassSnap to current scroll position on x as the area is covering x axis.However, we snap to the specified snap position on y as the area is not covering y axis.
Asserts run
Pass
assert_equals(10, 10)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:161:3)
Pass
assert_equals(200, 200)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:162:3)
Passsnap to current scroll position on y as the area is covering y axis, even though that area is not the only scroll area at the same position.
Asserts run
Pass
assert_equals(200, 200)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:169:3)
Pass
assert_equals(800, 800)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:170:3)
Passsnap to current scroll position on x as the area is covering x axis, even though that area is not the only scroll area at the same position.
Asserts run
Pass
assert_equals(800, 800)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:176:3)
Pass
assert_equals(200, 200)
    at Test.<anonymous> ( /css/css-scroll-snap/overflowing-snap-areas.html:177:3)