Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overhanging-float-detach-repaint-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overhanging-float-detach-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overhanging-float-detach-repaint-expected.txt |
deleted file mode 100644 |
index 01da8f99042e20b48985e29d5c7621a29e3236c2..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/overhanging-float-detach-repaint-expected.txt |
+++ /dev/null |
@@ -1,30 +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 class='float'", |
- "rect": [8, 68, 100, 100], |
- "reason": "layoutObject removal" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow (floating) DIV class='float'", |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV id='floatContainer'", |
- "reason": "layoutObject removal" |
- } |
- ] |
-} |
- |