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 |
- |