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

Unified Diff: LayoutTests/fast/scroll-behavior/listbox-scrollTop-expected.txt

Issue 378953002: Test framework and tests for CSSOM View smooth scroll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/scroll-behavior/listbox-scrollTop-expected.txt
diff --git a/LayoutTests/fast/scroll-behavior/listbox-scrollTop-expected.txt b/LayoutTests/fast/scroll-behavior/listbox-scrollTop-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..71a895d55c0fc201a31666b1e6d2cbc97fec567d
--- /dev/null
+++ b/LayoutTests/fast/scroll-behavior/listbox-scrollTop-expected.txt
@@ -0,0 +1,18 @@
+Test that setting scrollTop on a listbox works with both scroll behaviors
+
+
+This is a testharness.js-based test.
+PASS Scroll to x:0, y:34, smooth:false
+PASS Scroll to x:0, y:51, smooth:false
+PASS Scroll to x:0, y:68, smooth:false
+PASS Scroll to x:0, y:85, smooth:false
+FAIL Scroll to x:0, y:255, smooth:true assert_equals: expected "0, 85" but got "0, 255"
+FAIL Scroll to x:0, y:340, smooth:true assert_equals: expected "0, 255" but got "0, 340"
+FAIL Scroll to x:0, y:510, smooth:true assert_equals: expected "0, 340" but got "0, 510"
+FAIL Scroll to x:0, y:595, smooth:true assert_equals: expected "0, 510" but got "0, 595"
+FAIL Scroll to x:0, y:6970, smooth:true assert_equals: expected "0, 595" but got "0, 6970"
+FAIL Scroll to x:0, y:340, smooth:true assert_equals: expected "0, 6970" but got "0, 340"
+FAIL Scroll to x:0, y:6800, smooth:true assert_equals: expected "0, 340" but got "0, 6800"
+FAIL Scroll to x:0, y:85, smooth:true assert_equals: expected "0, 6800" but got "0, 85"
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698