Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassThe scroll-snap-type on the root element is applied
Asserts run
Pass
assert_equals(1380, 1380)
    at Test.<anonymous> ( /css/css-scroll-snap/scroll-snap-type-on-root-element.html:43:3)
Pass
assert_equals(0, 0, "x should not snap")
    at Test.<anonymous> ( /css/css-scroll-snap/scroll-snap-type-on-root-element.html:44:3)
PassThe writing-mode (vertical-lr) on the body is used
Asserts run
Pass
assert_equals(1380, 1380, "inline should snap")
    at Test.<anonymous> ( /css/css-scroll-snap/scroll-snap-type-on-root-element.html:58:3)
Pass
assert_equals(200, 200, "block should not snap")
    at Test.<anonymous> ( /css/css-scroll-snap/scroll-snap-type-on-root-element.html:60:3)
PassThe writing-mode (horizontal-tb) on the body is used
Asserts run
Pass
assert_approx_equals(100, 100, 0, "inline should snap")
    at Test.<anonymous> ( /css/css-scroll-snap/scroll-snap-type-on-root-element.html:77:3)
Pass
assert_equals(1800, 1800, "block should not snap")
    at Test.<anonymous> ( /css/css-scroll-snap/scroll-snap-type-on-root-element.html:78:3)