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

Unified Diff: LayoutTests/fast/dom/window-scroll-scaling-expected.txt

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix a couple more tests 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/fast/dom/window-scroll-scaling-expected.txt
diff --git a/LayoutTests/fast/dom/window-scroll-scaling-expected.txt b/LayoutTests/fast/dom/window-scroll-scaling-expected.txt
index d7a50830e436bd01b5022274f69c25be6f3caeb2..0cbf1e52e9b9746a1894880ef0a9d594c03cfa19 100644
--- a/LayoutTests/fast/dom/window-scroll-scaling-expected.txt
+++ b/LayoutTests/fast/dom/window-scroll-scaling-expected.txt
@@ -3,8 +3,8 @@ This test ensures that document content width (height) as reported by scrollWidt
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS body.scrollWidth is originalScrollWidth
-PASS body.scrollHeight is originalScrollHeight
+PASS document.scrollingElement.scrollWidth is originalScrollWidth
+PASS document.scrollingElement.scrollHeight is originalScrollHeight
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698