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

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

Issue 377383010: Auto-rebaseline for r177797 (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
« no previous file with comments | « LayoutTests/platform/win-xp/fast/scroll-behavior/listbox-scrollTop-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/platform/win/fast/scroll-behavior/listbox-scrollTop-expected.txt
diff --git a/LayoutTests/platform/win/fast/scroll-behavior/listbox-scrollTop-expected.txt b/LayoutTests/platform/win/fast/scroll-behavior/listbox-scrollTop-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3d9de62399476b1cbf8fb223db483f8d2a2fab71
--- /dev/null
+++ b/LayoutTests/platform/win/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 x:0, y:32, smooth:false
+PASS Scroll x:0, y:48, smooth:false
+PASS Scroll x:0, y:64, smooth:false
+PASS Scroll x:0, y:80, smooth:false
+FAIL Scroll x:0, y:240, smooth:true assert_equals: expected "0, 80" but got "0, 240"
+FAIL Scroll x:0, y:320, smooth:true assert_equals: expected "0, 240" but got "0, 320"
+FAIL Scroll x:0, y:480, smooth:true assert_equals: expected "0, 320" but got "0, 480"
+FAIL Scroll x:0, y:560, smooth:true assert_equals: expected "0, 480" but got "0, 560"
+FAIL Scroll x:0, y:6560, smooth:true assert_equals: expected "0, 560" but got "0, 6560"
+FAIL Scroll x:0, y:320, smooth:true assert_equals: expected "0, 6560" but got "0, 320"
+FAIL Scroll x:0, y:6400, smooth:true assert_equals: expected "0, 320" but got "0, 6400"
+FAIL Scroll x:0, y:80, smooth:true assert_equals: expected "0, 6400" but got "0, 80"
+Harness: the test ran to completion.
+
« no previous file with comments | « LayoutTests/platform/win-xp/fast/scroll-behavior/listbox-scrollTop-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698