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

Side by Side Diff: LayoutTests/fast/scroll-behavior/overflow-interrupted-scroll-expected.txt

Issue 792513004: Implement CSSOM smooth scroll for Elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
1 Test that interrupting a smooth scroll on an overflow:scroll element works with both scroll behaviors and with input 1 Test that interrupting a smooth scroll on an overflow:scroll element works with both scroll behaviors and with input
2 2
3 This is a testharness.js-based test. 3 This is a testharness.js-based test.
4 FAIL instant scroll assert_equals: expected 3500 but got 7000 4 PASS instant scroll
5 FAIL smooth scroll assert_equals: expected 3500 but got 7000 5 PASS smooth scroll
6 FAIL touch scroll assert_equals: expected 3500 but got 7000 6 PASS touch scroll
7 FAIL wheel scroll assert_equals: expected 3500 but got 7000 7 PASS wheel scroll
8 Harness: the test ran to completion. 8 Harness: the test ran to completion.
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698