Index: third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt |
deleted file mode 100644 |
index bd0ba5399358c23e082b992e46abf12e168e5a19..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt |
+++ /dev/null |
@@ -1,44 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutTable TABLE", |
- "rect": [8, 172, 46, 20], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [8, 74, 46, 20], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutTableCell TD id='cell'", |
- "rect": [10, 170, 42, 20], |
- "reason": "incremental" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutTable TABLE", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutTableCell TD id='cell'", |
- "reason": "incremental" |
- } |
- ] |
-} |
- |