Index: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/outline-clip-change-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/outline-clip-change-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/outline-clip-change-expected.txt |
deleted file mode 100644 |
index 65ad946ecef9ec078e4b7733e8a4d059ad145e01..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/outline-clip-change-expected.txt |
+++ /dev/null |
@@ -1,41 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) A id='link' class='updated'", |
- "rect": [48, 102, 92, 23], |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [48, 102, 87, 18], |
- "reason": "subtree" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (positioned) A id='link' class='updated'", |
- "reason": "subtree" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "subtree" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "subtree" |
- }, |
- { |
- "object": "InlineTextBox 'Lorem Ipsum'", |
- "reason": "subtree" |
- } |
- ] |
-} |
- |