Chromium Code Reviews| Index: LayoutTests/fast/dom/Element/scrollTop-scrollLeft-strict-quirks-modes-expected.txt |
| diff --git a/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-strict-quirks-modes-expected.txt b/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-strict-quirks-modes-expected.txt |
| index 03194f1976ff7e19a7af570dab1e1b2e8758be63..713e69fc773c0d6e9ad7db129683643998a2b23e 100644 |
| --- a/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-strict-quirks-modes-expected.txt |
| +++ b/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-strict-quirks-modes-expected.txt |
| @@ -5,8 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
| PASS iframeStrict.contentDocument.documentElement.scrollTop is 5000 |
| PASS iframeStrict.contentDocument.documentElement.scrollLeft is 4000 |
| -PASS iframeStrict.contentDocument.body.scrollTop is 0 |
| -PASS iframeStrict.contentDocument.body.scrollLeft is 0 |
| +PASS iframeStrict.contentDocument.body.scrollTop is 5000 |
| +PASS iframeStrict.contentDocument.body.scrollLeft is 4000 |
|
Dan Beam
2013/10/08 19:25:30
^ so wait, why are these not 0 here?
tonikitoo_
2013/10/08 19:52:32
Because we restore the old behavior of document.bo
tonikitoo_
2013/10/08 20:17:43
Ok, for the purpose of this patch, you are right.
|
| PASS iframeStrict.contentWindow.pageYOffset is 5000 |
| PASS iframeStrict.contentWindow.pageXOffset is 4000 |
| PASS iframeQuirks.contentDocument.documentElement.scrollTop is 0 |