Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt b/third_party/WebKit/LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt |
| deleted file mode 100644 |
| index 77ced7470e1d03060c252a6c3bc2edf5f90de4ed..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt |
| +++ /dev/null |
| @@ -1,16 +0,0 @@ |
| -Top of outer div. |
| - |
| -Inner div. |
| - |
| -Bottom of outer div. |
| - |
| -Test for bug 232965 This tests that vertical pan scrolling does not propagate from the inner div to the outer div when the outer div has no vertical overflow. |
| - |
| -PASS autoscroll started |
| -PASS autoscroll stopped |
| -PASS outerdiv.scrollLeft is not 0 |
| -PASS outerdiv.scrollTop is 0 |
| -PASS successfullyParsed is true |
| - |
| -TEST COMPLETE |
| - |