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

Unified Diff: LayoutTests/fast/events/touch/touch-slider-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/events/touch/touch-slider-expected.txt
diff --git a/LayoutTests/fast/events/touch/touch-slider-expected.txt b/LayoutTests/fast/events/touch/touch-slider-expected.txt
deleted file mode 100644
index ad312188c0d18ece4048d39934bc015b23dcceff..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/events/touch/touch-slider-expected.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Tests that the touch events originating on an input element with type=range update the slider position. This test is only expected to pass if ENABLE_TOUCH_SLIDER is defined.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-
-PASS event.touches[0].target.id is "slider1"
-PASS sliderValue is "50"
-PASS sliderValue is "50"
-FAIL sliderValue should be 0. Was 50.
-FAIL sliderValue should be 100. Was 50.
-PASS sliderValue is "50"
-PASS event.touches[0].target.id is "slider2"
-PASS sliderValue is "50"
-PASS sliderValue is "50"
-FAIL sliderValue should be 0. Was 50.
-FAIL sliderValue should be 100. Was 50.
-PASS sliderValue is "50"
-PASS event.touches[0].target.id is "slider3"
-PASS sliderValue is "50"
-PASS sliderValue is "50"
-FAIL sliderValue should be 0. Was 50.
-FAIL sliderValue should be 100. Was 50.
-PASS sliderValue is "50"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698