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

Unified Diff: third_party/WebKit/LayoutTests/fast/scrolling/scrolling-apis-subpixel-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/scrolling/scrolling-apis-subpixel-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt b/third_party/WebKit/LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt
index bc02805f1e64d868db987f09b1b7d5bf55cc429c..998203789fbe23684479abbd8eb215f0bb428c32 100644
--- a/third_party/WebKit/LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/scrolling/scrolling-apis-subpixel-expected.txt
@@ -3,48 +3,6 @@ Verifies that scrolling APIs support fractional offsets.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-set PreferCompositingToLCDTextEnabled true
-Scrolling DIV with scrollTop/scrollLeft
-PASS scroller.scrollTop is within 0.01 of 4.2
-PASS scroller.scrollLeft is within 0.01 of 4.2
-Scrolling the document with window.scroll
-PASS window.scrollY is within 0.01 of 5.2
-PASS window.scrollX is within 0.01 of 5.2
-Scrolling the document with window.scrollTo
-PASS window.pageYOffset is within 0.01 of 5.2
-PASS window.pageXOffset is within 0.01 of 5.2
-Scrolling the document with window.scrollBy
-PASS window.scrollY is within 0.01 of 5.2
-PASS window.scrollX is within 0.01 of 5.2
-
----- Testing page zoom = 2 ----
-Scrolling DIV with scrollTop/scrollLeft
-PASS scroller.scrollTop is within 0.01 of 4
-PASS scroller.scrollLeft is within 0.01 of 4
-Scrolling the document with window.scroll
-PASS window.scrollY is within 0.01 of 5
-PASS window.scrollX is within 0.01 of 5
-Scrolling the document with window.scrollTo
-PASS window.pageYOffset is within 0.01 of 5
-PASS window.pageXOffset is within 0.01 of 5
-Scrolling the document with window.scrollBy
-PASS window.scrollY is within 0.01 of 5
-PASS window.scrollX is within 0.01 of 5
-
-Scrolling DIV with scrollTop/scrollLeft
-PASS scroller.scrollTop is within 0.01 of 4.5
-PASS scroller.scrollLeft is within 0.01 of 4.5
-Scrolling the document with window.scroll
-PASS window.scrollY is within 0.01 of 5.5
-PASS window.scrollX is within 0.01 of 5.5
-Scrolling the document with window.scrollTo
-PASS window.pageYOffset is within 0.01 of 5.5
-PASS window.pageXOffset is within 0.01 of 5.5
-Scrolling the document with window.scrollBy
-PASS window.scrollY is within 0.01 of 5.5
-PASS window.scrollX is within 0.01 of 5.5
-
-set PreferCompositingToLCDTextEnabled false
Scrolling DIV with scrollTop/scrollLeft
PASS scroller.scrollTop is within 0.01 of 4
PASS scroller.scrollLeft is within 0.01 of 4

Powered by Google App Engine
This is Rietveld 408576698