Index: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/caret-invalidation-in-overflow-scroll-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/caret-invalidation-in-overflow-scroll-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/caret-invalidation-in-overflow-scroll-expected.txt |
deleted file mode 100644 |
index 4f1c61b22c060fbeff85d0c3d87d3f8e71b39d7c..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/caret-invalidation-in-overflow-scroll-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": [406, 11, 4, 13], |
- "reason": "invalidate paint rectangle" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [404, 11, 4, 13], |
- "reason": "invalidate paint rectangle" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "Caret", |
- "reason": "invalidate paint rectangle" |
- }, |
- { |
- "object": "Caret", |
- "reason": "invalidate paint rectangle" |
- } |
- ] |
-} |
- |