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

Unified Diff: LayoutTests/http/tests/navigation/anchor-frames-same-origin-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/http/tests/navigation/anchor-frames-same-origin-expected.txt
diff --git a/LayoutTests/http/tests/navigation/anchor-frames-same-origin-expected.txt b/LayoutTests/http/tests/navigation/anchor-frames-same-origin-expected.txt
index 33330516b10c0b3a124b727bbad8754785c0d40c..5f46480087e0a29341b16cb491fd6c73f05c9cf0 100644
--- a/LayoutTests/http/tests/navigation/anchor-frames-same-origin-expected.txt
+++ b/LayoutTests/http/tests/navigation/anchor-frames-same-origin-expected.txt
@@ -8,8 +8,8 @@ This tests that the framesniffing defenses are not overzealous.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.body.scrollTop > 0 is true
-PASS document.body.scrollLeft == 0 is true
+PASS document.documentElement.scrollTop > 0 is true
+PASS document.documentElement.scrollLeft == 0 is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698