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

Unified Diff: LayoutTests/http/tests/navigation/anchor-frames-cross-origin-expected.txt

Issue 26472003: Fix improper scrollTop/Left usage in LayoutTests/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@issue_304768
Patch Set: Fix improper scrollTop/Left usage in LayoutTests/ 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-cross-origin-expected.txt
diff --git a/LayoutTests/http/tests/navigation/anchor-frames-cross-origin-expected.txt b/LayoutTests/http/tests/navigation/anchor-frames-cross-origin-expected.txt
index 1c2ba1df45e3a73eaacd6b858ffbe14e13fc20e9..5e29980137356035fa09ec60d021b75c76f672f0 100644
--- a/LayoutTests/http/tests/navigation/anchor-frames-cross-origin-expected.txt
+++ b/LayoutTests/http/tests/navigation/anchor-frames-cross-origin-expected.txt
@@ -8,8 +8,8 @@ This prevents a cross-origin information leak sometimes know as framesniffing.
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