Index: third_party/WebKit/LayoutTests/fast/repaint/table-col-background-offset-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-offset-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-offset-expected.txt |
deleted file mode 100644 |
index f95c90efffdd176432278ff11a64eb61c484e6b1..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-col-background-offset-expected.txt |
+++ /dev/null |
@@ -1,30 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutTableCol COL id='col'", |
- "rect": [8, 108, 210, 104], |
- "reason": "style change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutTableCol COL id='col'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |