Index: third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-expected.txt |
deleted file mode 100644 |
index 6424a0a3170de475c3c2986166f30dc0ed4194ee..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-expected.txt |
+++ /dev/null |
@@ -1,117 +0,0 @@ |
-{ |
- "bounds": [600, 250], |
- "children": [ |
- { |
- "bounds": [600, 250], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 250, 600, 250], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 0, 600, 250], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "rect": [0, 0, 600, 8], |
- "reason": "forced by layout" |
- } |
- ] |
- } |
- ] |
-} |
-{ |
- "bounds": [400, 250], |
- "children": [ |
- { |
- "bounds": [400, 250], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow HTML", |
- "rect": [0, 0, 600, 8], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 0, 400, 250], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutView #document", |
- "rect": [400, 0, 200, 250], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "reason": "became visible" |
- } |
- ] |
- } |
- ] |
-} |
-{ |
- "bounds": [400, 600], |
- "children": [ |
- { |
- "bounds": [400, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 0, 400, 600], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 250, 400, 350], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "rect": [0, 0, 400, 8], |
- "reason": "forced by layout" |
- } |
- ] |
- } |
- ] |
-} |
-{ |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 0, 800, 600], |
- "reason": "full" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "rect": [0, 0, 800, 8], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutView #document", |
- "rect": [400, 0, 400, 600], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "reason": "became visible" |
- } |
- ] |
- } |
- ] |
-} |
- |