Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassCheck initial scroll position of viewport.
Asserts run
Pass
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)
PassScroll to scrollLeft = -1000 should be possible.
Asserts run
Pass
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)
PassScroll to scrollLeft = 1000 should not be possible.
Asserts run
Pass
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)