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-rl.html:21: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-rl.html:26: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-rl.html:31:5) |
|