Pass | Check initial scroll position of viewport. | Asserts runPass | assert_equals(0, 0, "scrollLeft should be 0.")
at Test.<anonymous> ( /css/css-writing-modes/wm-propagation-body-scroll-offset-vertical-lr.html:21:5) |
|
Pass | Scroll to scrollLeft = -1000 should not be possible. | Asserts runPass | assert_equals(0, 0, "scrollLeft should be 0.")
at Test.<anonymous> ( /css/css-writing-modes/wm-propagation-body-scroll-offset-vertical-lr.html:26:5) |
|
Pass | Scroll to scrollLeft = 1000 should be possible. | Asserts runPass | assert_equals(1000, 1000, "scrollLeft should be 1000.")
at Test.<anonymous> ( /css/css-writing-modes/wm-propagation-body-scroll-offset-vertical-lr.html:31:5) |
|