Index: third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-section-composited-row-initial-empty-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-section-composited-row-initial-empty-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-section-composited-row-initial-empty-expected.txt |
deleted file mode 100644 |
index 294d372c3e9434de78e5da8f89fe5ee69c07c6a0..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/table/composited-table-background-section-composited-row-initial-empty-expected.txt |
+++ /dev/null |
@@ -1,67 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true |
- }, |
- { |
- "name": "LayoutTableSection TBODY id='target'", |
- "position": [8, 26], |
- "bounds": [186, 134], |
- "drawsContent": true, |
- "backgroundColor": "#ADD8E6", |
- "paintInvalidations": [ |
- { |
- "object": "LayoutTableSection TBODY id='target'", |
- "rect": [0, 0, 186, 134], |
- "reason": "style change" |
- } |
- ] |
- }, |
- { |
- "name": "LayoutTableRow TR", |
- "position": [0, 68], |
- "bounds": [186, 64], |
- "drawsContent": true |
- }, |
- { |
- "name": "LayoutTableCell TD", |
- "position": [64, 0], |
- "bounds": [59, 64], |
- "drawsContent": true |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "style change" |
- }, |
- { |
- "object": "RowBackground", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutTableSection TBODY id='target'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |