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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-scaled-expected.txt

Issue 2005193005: Disable fractional scroll feature by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@layout-test-fix
Patch Set: Fix tests Created 4 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: third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-scaled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-scaled-expected.txt b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-scaled-expected.txt
index ddb0c0b7ba3e6e8b79dedc62514ed5435b707de9..b53f85f7f1e5e06bef35484d26e202a6ed99c19f 100644
--- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-scaled-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-div-scaled-expected.txt
@@ -6,7 +6,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS successfullyParsed is true
TEST COMPLETE
-set PreferCompositingToLCDTextEnabled false
first gesture
PASS movingdiv.scrollTop is 0
PASS movingdiv.scrollLeft is 45
@@ -15,15 +14,6 @@ second gesture
PASS movingdiv.scrollTop is 47
PASS movingdiv.scrollLeft is 45
PASS wheelEventsOccurred is 0
-set PreferCompositingToLCDTextEnabled true
-first gesture
-PASS movingdiv.scrollTop is 47.5
-PASS movingdiv.scrollLeft is 90
-PASS wheelEventsOccurred is 0
-second gesture
-PASS movingdiv.scrollTop is 95
-PASS movingdiv.scrollLeft is 90
-PASS wheelEventsOccurred is 0
scroll event 0+> [object HTMLDivElement]
PASS scrollEventsOccurred is 1
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698