Index: third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt |
deleted file mode 100644 |
index fee39b9a64460672ce08d3465aa1d41fc86abf03..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/float-move-during-layout-expected.txt |
+++ /dev/null |
@@ -1,31 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (floating) DIV", |
- "rect": [8, 204, 100, 100], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow (floating) DIV", |
- "rect": [8, 104, 100, 100], |
- "reason": "forced by layout" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (floating) DIV", |
- "reason": "forced by layout" |
- } |
- ] |
-} |
- |