Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: LayoutTests/fast/dom/Element/scrollTop-scrollLeft-strict-quirks-modes-expected.txt

Issue 25039006: document.documentElement.scrollTop/Left is zero (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: document.documentElement.scrollTop/Left is zero Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
new file mode 100644
index 0000000000000000000000000000000000000000..7e29beee5ee8224f3605b5688bb8dd7b7f4fff5a
--- /dev/null
+++ b/LayoutTests/fast/dom/Element/scrollTop-scrollLeft-strict-quirks-modes-expected.txt
@@ -0,0 +1,19 @@
+Test for scrollTop/Left values of document.body and document.documentElement in documents in quirks and strict modes
+
+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 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 successfullyParsed is true
+
+TEST COMPLETE
+
+
+

Powered by Google App Engine
This is Rietveld 408576698