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 992af1b2e978af0e8539d922284da6f22e72b9b7..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-cell-change-collapsed-border-color-expected.txt |
+++ /dev/null |
@@ -1,45 +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" |
- } |
- ] |
-} |
- |