Index: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-cell-change-collapsed-border-color-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-cell-change-collapsed-border-color-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-cell-change-collapsed-border-color-expected.txt |
deleted file mode 100644 |
index bf4df5bbbfb7df64742579b5ff434149b8240ac7..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-cell-change-collapsed-border-color-expected.txt |
+++ /dev/null |
@@ -1,49 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutTable TABLE", |
- "rect": [8, 82, 112, 112], |
- "reason": "invalidate paint rectangle" |
- } |
- ] |
- }, |
- { |
- "name": "LayoutTableCell TD id='a'", |
- "position": [10, 84], |
- "bounds": [107, 107], |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutTableCell TD id='a'", |
- "rect": [-2, -2, 112, 112], |
- "reason": "style change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutTable TABLE", |
- "reason": "invalidate paint rectangle" |
- }, |
- { |
- "object": "LayoutTableCell TD id='a'", |
- "reason": "style change" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "style change" |
- }, |
- { |
- "object": "RowBackground", |
- "reason": "style change" |
- } |
- ] |
-} |
- |