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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/scroll-behavior/overflow-interrupted-scroll-expected.txt
diff --git a/LayoutTests/fast/scroll-behavior/overflow-interrupted-scroll-expected.txt b/LayoutTests/fast/scroll-behavior/overflow-interrupted-scroll-expected.txt
index 248a010a75067de3198177c9be28aa993b39cecb..40ac2da2aa0fbb32cef959d3c4ce774a868772e8 100644
--- a/LayoutTests/fast/scroll-behavior/overflow-interrupted-scroll-expected.txt
+++ b/LayoutTests/fast/scroll-behavior/overflow-interrupted-scroll-expected.txt
@@ -1,9 +1,9 @@
Test that interrupting a smooth scroll on an overflow:scroll element works with both scroll behaviors and with input
This is a testharness.js-based test.
-FAIL instant scroll assert_equals: expected 3500 but got 7000
-FAIL smooth scroll assert_equals: expected 3500 but got 7000
-FAIL touch scroll assert_equals: expected 3500 but got 7000
-FAIL wheel scroll assert_equals: expected 3500 but got 7000
+PASS instant scroll
+PASS smooth scroll
+PASS touch scroll
+PASS wheel scroll
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698