Index: third_party/WebKit/LayoutTests/fast/repaint/table-section-overflow-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-section-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-section-overflow-expected.txt |
deleted file mode 100644 |
index 2c2a133e9c89f25d9781deb870c56be908067e2a..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-section-overflow-expected.txt |
+++ /dev/null |
@@ -1,57 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [33, 58, 100, 100], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [33, 8, 100, 100], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "rect": [58, 58, 50, 100], |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "rect": [58, 8, 50, 100], |
- "reason": "bounds change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutTableSection TBODY", |
- "reason": "location change" |
- }, |
- { |
- "object": "LayoutTableRow TR", |
- "reason": "location change" |
- }, |
- { |
- "object": "LayoutTableCell TD", |
- "reason": "bounds change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "location change" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "bounds change" |
- } |
- ] |
-} |
- |