Pass | The scroll-snap-type on the root element is applied | Asserts runPass | 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) |
|
Pass | The writing-mode (vertical-lr) on the body is used | Asserts runPass | 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) |
|
Pass | The writing-mode (horizontal-tb) on the body is used | Asserts runPass | 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) |
|