Index: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-color-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-color-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-color-expected.txt |
deleted file mode 100644 |
index c58d50ffca0b243c6bdde3bb681a43f45e79abd0..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-color-expected.txt |
+++ /dev/null |
@@ -1,42 +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, 8, 113, 104], |
- "reason": "style change" |
- } |
- ] |
- } |
- ], |
- "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": "LayoutTableCol COL id='col'", |
- "reason": "style change" |
- } |
- ] |
-} |
- |