Index: third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-row-border-color-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-row-border-color-expected.txt b/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-row-border-color-expected.txt |
deleted file mode 100644 |
index a9bfbd63901f7bf43c7738fc891279daaec62e37..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-row-border-color-expected.txt |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutTableRow TR id='row'", |
- "rect": [10, 10, 56, 50], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "full" |
- } |
- ] |
- } |
- ] |
-} |
- |