blob: 229b3e98e961b6b2c904f968204a5ea0921e56fb [file] [edit]
PASS Setting test_section.scrollLeft = 100000000 scrolls all the way to the right.
PASS Setting test_section.scrollTop = 100000000 scrolls all the way to the bottom.
PASS Setting test_input.scrollLeft = 100000000 scrolls all the way to the right.
PASS Setting test_input.scrollTop = 100000000 scrolls all the way to the bottom.
PASS Setting test_input_search.scrollLeft = 100000000 scrolls all the way to the right.
PASS Setting test_input_search.scrollTop = 100000000 scrolls all the way to the bottom.
PASS successfullyParsed is true
TEST COMPLETE
top leftbottom right
Tests that large scrollLeft/Top values scroll to maximum possible value, i.e, Element.scrollWidth/Height - Element.clientWidth/Height.