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 7e29beee5ee8224f3605b5688bb8dd7b7f4fff5a..03194f1976ff7e19a7af570dab1e1b2e8758be63 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 |
@@ -7,10 +7,14 @@ 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.contentWindow.pageYOffset is 5000 |
+PASS iframeStrict.contentWindow.pageXOffset is 4000 |
PASS iframeQuirks.contentDocument.documentElement.scrollTop is 0 |
PASS iframeQuirks.contentDocument.documentElement.scrollLeft is 0 |
PASS iframeQuirks.contentDocument.body.scrollTop is 5000 |
PASS iframeQuirks.contentDocument.body.scrollLeft is 4000 |
+PASS iframeQuirks.contentWindow.pageYOffset is 5000 |
+PASS iframeQuirks.contentWindow.pageXOffset is 4000 |
PASS successfullyParsed is true |
TEST COMPLETE |