Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/caret-outside-block-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/caret-outside-block-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/caret-outside-block-expected.txt |
deleted file mode 100644 |
index 81129cd48db14c72a28a4dc92fab109ed46401a5..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/caret-outside-block-expected.txt |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutText #text", |
- "rect": [790, 7, 3, 21], |
- "reason": "invalidate paint rectangle" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "Caret", |
- "reason": "invalidate paint rectangle" |
- } |
- ] |
-} |
- |