Index: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/iframe-display-block-to-display-none-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/iframe-display-block-to-display-none-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/iframe-display-block-to-display-none-expected.txt |
deleted file mode 100644 |
index 1c71be7b57a223240c7bcba148ebaa2869777fef..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/iframe-display-block-to-display-none-expected.txt |
+++ /dev/null |
@@ -1,42 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutIFrame IFRAME id='iframe'", |
- "rect": [8, 72, 732, 94], |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "rect": [10, 74, 728, 90], |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "rect": [18, 82, 712, 74], |
- "reason": "layoutObject removal" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutIFrame IFRAME id='iframe'", |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "reason": "layoutObject removal" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "reason": "layoutObject removal" |
- } |
- ] |
-} |
- |