Index: third_party/WebKit/LayoutTests/fast/repaint/textarea-appearance-none-resize-handle-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/textarea-appearance-none-resize-handle-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/textarea-appearance-none-resize-handle-expected.html |
deleted file mode 100644 |
index e823144b909208f0c792bcdf67cd3f94c79f148e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/textarea-appearance-none-resize-handle-expected.html |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-<!DOCTYPE html> |
-Tests paint invalidation of resize handle when a textarea is resized. |
-Passes if the resize handle is repainted correctly leaving no residue. |
-<textarea id="textarea" style=" |
- position: absolute; |
- top: 50px; |
- left: 0; |
- -webkit-appearance: none; |
- width: 100px; |
- height: 200px; |
- resize: auto"> |
-</textarea> |