Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/caret-with-transformation-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/caret-with-transformation-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/caret-with-transformation-expected.txt |
deleted file mode 100644 |
index fe38ee8f16cccf9440147eedb1c6cfe9df7b2a15..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/mac/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": [344, 210, 13, 19], |
- "reason": "invalidate paint rectangle" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [41, 35, 13, 19], |
- "reason": "invalidate paint rectangle" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "Caret", |
- "reason": "invalidate paint rectangle" |
- }, |
- { |
- "object": "Caret", |
- "reason": "invalidate paint rectangle" |
- } |
- ] |
-} |
- |