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

Unified Diff: LayoutTests/fast/scrolling/fractional-scroll-offset-document-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/fast/scrolling/fractional-scroll-offset-document-expected.txt
diff --git a/LayoutTests/fast/scrolling/fractional-scroll-offset-document-expected.txt b/LayoutTests/fast/scrolling/fractional-scroll-offset-document-expected.txt
index 2af77418f4e9b101ee314d8855bf7ea0f71ec989..26ee9ebf12571745105167ac244f9f959b474c9d 100644
--- a/LayoutTests/fast/scrolling/fractional-scroll-offset-document-expected.txt
+++ b/LayoutTests/fast/scrolling/fractional-scroll-offset-document-expected.txt
@@ -7,21 +7,21 @@ PASS successfullyParsed is true
TEST COMPLETE
set PreferCompositingToLCDTextEnabled true
-PASS document.body.scrollTop is within 0.00001 of 0
-PASS document.body.scrollLeft is within 0.00001 of 0
-PASS document.body.scrollTop is within 0.00001 of 10.2
-PASS document.body.scrollLeft is within 0.00001 of 20.5
-PASS document.body.scrollTop is within 0.00001 of 31.1
-PASS document.body.scrollLeft is within 0.00001 of 9.6
-PASS document.body.scrollTop is within 0.00001 of 0
-PASS document.body.scrollLeft is within 0.00001 of 0
+PASS document.scrollingElement.scrollTop is within 0.00001 of 0
+PASS document.scrollingElement.scrollLeft is within 0.00001 of 0
+PASS document.scrollingElement.scrollTop is within 0.00001 of 10.2
+PASS document.scrollingElement.scrollLeft is within 0.00001 of 20.5
+PASS document.scrollingElement.scrollTop is within 0.00001 of 31.1
+PASS document.scrollingElement.scrollLeft is within 0.00001 of 9.6
+PASS document.scrollingElement.scrollTop is within 0.00001 of 0
+PASS document.scrollingElement.scrollLeft is within 0.00001 of 0
set PreferCompositingToLCDTextEnabled false
-PASS document.body.scrollTop is within 0.00001 of 0
-PASS document.body.scrollLeft is within 0.00001 of 0
-PASS document.body.scrollTop is within 0.00001 of 10
-PASS document.body.scrollLeft is within 0.00001 of 20
-PASS document.body.scrollTop is within 0.00001 of 31
-PASS document.body.scrollLeft is within 0.00001 of 9
-PASS document.body.scrollTop is within 0.00001 of 0
-PASS document.body.scrollLeft is within 0.00001 of 0
+PASS document.scrollingElement.scrollTop is within 0.00001 of 0
+PASS document.scrollingElement.scrollLeft is within 0.00001 of 0
+PASS document.scrollingElement.scrollTop is within 0.00001 of 10
+PASS document.scrollingElement.scrollLeft is within 0.00001 of 20
+PASS document.scrollingElement.scrollTop is within 0.00001 of 31
+PASS document.scrollingElement.scrollLeft is within 0.00001 of 9
+PASS document.scrollingElement.scrollTop is within 0.00001 of 0
+PASS document.scrollingElement.scrollLeft is within 0.00001 of 0
« no previous file with comments | « LayoutTests/fast/scrolling/fractional-scroll-offset-document.html ('k') | LayoutTests/fast/scrolling/hover-during-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698