Index: third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt |
deleted file mode 100644 |
index 06d96c8d1c7826b2ef91c4c378e7847eef79f7c5..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-row-expected.txt |
+++ /dev/null |
@@ -1,39 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutTableRow TR id='target' class='green'", |
- "rect": [8, 10, 106, 100], |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "rect": [10, 10, 102, 100], |
- "reason": "forced by layout" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutTableRow TR id='target' class='green'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "forced by layout" |
- } |
- ] |
-} |
- |