blob: 405aed5b71d755ebd685a89dd99442413a12882f [file] [log] [blame]
Tests that for standard mode document.documentElement.scrollTop returns the scroll top value
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.pageYOffset is 500
PASS document.body.scrollTop is 0
PASS document.documentElement.scrollTop is 500
PASS successfullyParsed is true
TEST COMPLETE