Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/caret-with-transformation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/caret-with-transformation-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/caret-with-transformation-expected.txt |
deleted file mode 100644 |
index 5530b40cb900d9ab1d9bf2300ef0c043a82bd3dd..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/caret-with-transformation-expected.txt |
+++ /dev/null |
@@ -1,35 +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": [322, 197, 14, 21], |
- "reason": "invalidate paint rectangle" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [41, 35, 14, 20], |
- "reason": "invalidate paint rectangle" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "Caret", |
- "reason": "invalidate paint rectangle" |
- }, |
- { |
- "object": "Caret", |
- "reason": "invalidate paint rectangle" |
- } |
- ] |
-} |
- |