Index: third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt b/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt |
deleted file mode 100644 |
index 8747c1f50abf89d41164ce060acbafd1c7f341ec..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-iframe-propagated-expected.txt |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
- |
-This tests that a gesture scroll is propagated from an iframe to an outer div when the iframe has no remaining scroll offset. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
-first gesture |
-PASS movedbox.scrollTop is 0 |
-PASS movedbox.scrollLeft is 0 |
-PASS wheelEventsOccurred is 0 |
-second gesture |
-PASS movedbox.scrollTop is 50 |
-PASS movedbox.scrollLeft is 0 |
-PASS wheelEventsOccurred is 0 |
-scroll event 0+> [object HTMLDocument] |
-PASS scrollEventsOccurred is 1 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |