OLD | NEW |
| (Empty) |
1 Test for scrollTop/Left values of document.body and document.documentElement in
documents in quirks and strict modes | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 PASS iframeStrict.contentDocument.documentElement.scrollTop is 5000 | |
7 PASS iframeStrict.contentDocument.documentElement.scrollLeft is 4000 | |
8 PASS iframeStrict.contentDocument.body.scrollTop is 0 | |
9 PASS iframeStrict.contentDocument.body.scrollLeft is 0 | |
10 PASS iframeQuirks.contentDocument.documentElement.scrollTop is 0 | |
11 PASS iframeQuirks.contentDocument.documentElement.scrollLeft is 0 | |
12 PASS iframeQuirks.contentDocument.body.scrollTop is 5000 | |
13 PASS iframeQuirks.contentDocument.body.scrollLeft is 4000 | |
14 PASS successfullyParsed is true | |
15 | |
16 TEST COMPLETE | |
17 | |
18 | |
19 | |
OLD | NEW |