Index: third_party/WebKit/LayoutTests/fast/repaint/table-cell-move-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-cell-move-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-cell-move-expected.txt |
deleted file mode 100644 |
index 6d6039fea01de1011adb115031701f9b8489e351..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-cell-move-expected.txt |
+++ /dev/null |
@@ -1,71 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutTableCell TD", |
- "rect": [8, 200, 60, 180], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "rect": [8, 140, 60, 180], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "rect": [8, 320, 60, 60], |
- "reason": "became invisible" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [8, 260, 60, 60], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [8, 200, 60, 60], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "rect": [8, 140, 60, 60], |
- "reason": "became visible" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "became visible" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "location change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "became invisible" |
- }, |
- { |
- "object": "LayoutTableCell TD id='s'", |
- "reason": "location change" |
- } |
- ] |
-} |
- |