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

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

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tdresser cr feedback Created 5 years, 7 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 dd1cc4a956f0627197996b4d581ff9547c205558..e537b101386d9932bb0a883cc2b2cd2b09ef116d 100644
--- a/LayoutTests/http/tests/navigation/anchor-frames-expected.txt
+++ b/LayoutTests/http/tests/navigation/anchor-frames-expected.txt
@@ -9,8 +9,8 @@ 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.body.scrollTop > 0 is true
-PASS document.body.scrollTop + document.body.clientHeight > 2000 is true
+PASS document.scrollingElement.scrollTop > 0 is true
+PASS document.scrollingElement.scrollTop + document.body.clientHeight > 2000 is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698