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

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

Issue 25767003: Revert "document.documentElement.scrollTop/Left is zero" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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-expected.txt
diff --git a/LayoutTests/http/tests/navigation/anchor-frames-expected.txt b/LayoutTests/http/tests/navigation/anchor-frames-expected.txt
index 88308ae84e2e39246993028c913026c87bdc0b1d..fa041349cd43a18f1d7c223744ba9c58e9f7f494 100644
--- a/LayoutTests/http/tests/navigation/anchor-frames-expected.txt
+++ b/LayoutTests/http/tests/navigation/anchor-frames-expected.txt
@@ -8,9 +8,9 @@ Tests that loading a frame with a URL that contains a fragment pointed at a name
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.documentElement.offsetHeight > document.documentElement.clientHeight is true
-PASS document.documentElement.scrollTop > 0 is true
-PASS document.documentElement.scrollTop + document.documentElement.clientHeight > 2000 is true
+PASS document.body.offsetHeight > document.documentElement.clientHeight is true
+PASS document.body.scrollTop > 0 is true
+PASS document.body.scrollTop + document.documentElement.clientHeight > 2000 is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698