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

Unified Diff: LayoutTests/fast/scrolling/fractional-scroll-offset-document-expected.txt

Issue 629583002: Make compositor and blink talk in fractional scroll offset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
new file mode 100644
index 0000000000000000000000000000000000000000..ae4b63caaa24ec24e6dae75d7efcc235091b68e2
--- /dev/null
+++ b/LayoutTests/fast/scrolling/fractional-scroll-offset-document-expected.txt
@@ -0,0 +1,17 @@
+Verifies that document scrolling supports fractional offset.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS document.documentElement.scrollTop is within 0.00001 of 0
+PASS document.documentElement.scrollLeft is within 0.00001 of 0
+PASS document.documentElement.scrollTop is within 0.00001 of 10.2
+PASS document.documentElement.scrollLeft is within 0.00001 of 20.5
+PASS document.documentElement.scrollTop is within 0.00001 of 31.1
+PASS document.documentElement.scrollLeft is within 0.00001 of 9.6
+PASS document.documentElement.scrollTop is within 0.00001 of 0
+PASS document.documentElement.scrollLeft is within 0.00001 of 0
+
« no previous file with comments | « LayoutTests/fast/scrolling/fractional-scroll-offset-document.html ('k') | Source/core/page/scrolling/ScrollingCoordinator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698