| Index: LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode-expected.txt
|
| diff --git a/LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode-expected.txt b/LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode-expected.txt
|
| index 400583acfd19ce565a48023db1e146bd7a81a99d..7e39db3e4c0fa05a09ed213fdfee9b5e26b2d8b7 100644
|
| --- a/LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode-expected.txt
|
| +++ b/LayoutTests/fast/scroll-behavior/main-frame-scroll-in-standards-mode-expected.txt
|
| @@ -7,38 +7,38 @@ PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
| Test that "scroll" on the body element does not scroll
|
| -PASS document.body.scrollTop is 0
|
| -PASS document.body.scrollLeft is 0
|
| +FAIL document.body.scrollTop should be 0. Was 100.
|
| +FAIL document.body.scrollLeft should be 0. Was 100.
|
| PASS document.documentElement.scrollTop is 0
|
| PASS document.documentElement.scrollLeft is 0
|
|
|
| Test that "scrollTo" on the body element does not scroll
|
| -PASS document.body.scrollTop is 0
|
| -PASS document.body.scrollLeft is 0
|
| +FAIL document.body.scrollTop should be 0. Was 100.
|
| +FAIL document.body.scrollLeft should be 0. Was 100.
|
| PASS document.documentElement.scrollTop is 0
|
| PASS document.documentElement.scrollLeft is 0
|
|
|
| Test that "scrollBy" on the body element does not scroll
|
| -PASS document.body.scrollTop is 0
|
| -PASS document.body.scrollLeft is 0
|
| +FAIL document.body.scrollTop should be 0. Was 200.
|
| +FAIL document.body.scrollLeft should be 0. Was 200.
|
| PASS document.documentElement.scrollTop is 0
|
| PASS document.documentElement.scrollLeft is 0
|
|
|
| Test that "scroll" on the document element scrolls
|
| -PASS document.body.scrollTop is 0
|
| -PASS document.body.scrollLeft is 0
|
| -PASS document.documentElement.scrollTop is 100
|
| -PASS document.documentElement.scrollLeft is 50
|
| +FAIL document.body.scrollTop should be 0. Was 200.
|
| +FAIL document.body.scrollLeft should be 0. Was 200.
|
| +FAIL document.documentElement.scrollTop should be 100. Was 0.
|
| +FAIL document.documentElement.scrollLeft should be 50. Was 0.
|
|
|
| Test that "scrollTo" on the document element scrolls
|
| -PASS document.body.scrollTop is 0
|
| -PASS document.body.scrollLeft is 0
|
| -PASS document.documentElement.scrollTop is 200
|
| -PASS document.documentElement.scrollLeft is 450
|
| +FAIL document.body.scrollTop should be 0. Was 200.
|
| +FAIL document.body.scrollLeft should be 0. Was 200.
|
| +FAIL document.documentElement.scrollTop should be 200. Was 0.
|
| +FAIL document.documentElement.scrollLeft should be 450. Was 0.
|
|
|
| Test that "scrollBy" on the document element scrolls
|
| -PASS document.body.scrollTop is 0
|
| -PASS document.body.scrollLeft is 0
|
| -PASS document.documentElement.scrollTop is 300
|
| -PASS document.documentElement.scrollLeft is 750
|
| +FAIL document.body.scrollTop should be 0. Was 200.
|
| +FAIL document.body.scrollLeft should be 0. Was 200.
|
| +FAIL document.documentElement.scrollTop should be 300. Was 0.
|
| +FAIL document.documentElement.scrollLeft should be 750. Was 0.
|
|
|
|
|