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

Side by Side Diff: LayoutTests/platform/mac/fast/scroll-behavior/listbox-scrollTop-expected.txt

Issue 782793002: Update Element API for CSSOM smooth scrolling to match the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address review comments Created 6 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Test that setting scrollTop on a listbox works with both scroll behaviors
2
3
4 This is a testharness.js-based test.
5 PASS Scroll x:0, y:28, smooth:false
6 PASS Scroll x:0, y:42, smooth:false
7 PASS Scroll x:0, y:56, smooth:false
8 PASS Scroll x:0, y:70, smooth:false
9 FAIL Scroll x:0, y:210, smooth:true assert_equals: expected "0, 70" but got "0, 210"
10 FAIL Scroll x:0, y:280, smooth:true assert_equals: expected "0, 210" but got "0, 280"
11 FAIL Scroll x:0, y:420, smooth:true assert_equals: expected "0, 280" but got "0, 420"
12 FAIL Scroll x:0, y:490, smooth:true assert_equals: expected "0, 420" but got "0, 490"
13 FAIL Scroll x:0, y:5740, smooth:true assert_equals: expected "0, 490" but got "0 , 5740"
14 FAIL Scroll x:0, y:280, smooth:true assert_equals: expected "0, 5740" but got "0 , 280"
15 FAIL Scroll x:0, y:5600, smooth:true assert_equals: expected "0, 280" but got "0 , 5600"
16 FAIL Scroll x:0, y:70, smooth:true assert_equals: expected "0, 5600" but got "0, 70"
17 Harness: the test ran to completion.
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698