Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/float-move-during-layout-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/float-move-during-layout-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/float-move-during-layout-expected.txt |
deleted file mode 100644 |
index 49959a22da022d9613d5470fc93d3cd5c3ea2b39..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/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, 210, 100, 100], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow (floating) DIV", |
- "rect": [8, 110, 100, 100], |
- "reason": "forced by layout" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (floating) DIV", |
- "reason": "forced by layout" |
- } |
- ] |
-} |
- |