Index: third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt |
deleted file mode 100644 |
index 3bd6312d417a10422f23958eca40bd5dc0d8d19f..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt |
+++ /dev/null |
@@ -1,153 +0,0 @@ |
-{ |
- "name": "Content Root Layer", |
- "bounds": [600, 250], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [600, 250], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 250, 600, 250], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "rect": [0, 125, 300, 125], |
- "reason": "incremental" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "reason": "incremental" |
- } |
- ] |
-} |
-{ |
- "name": "Content Root Layer", |
- "bounds": [400, 250], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [400, 250], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "rect": [400, 0, 200, 250], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "rect": [200, 0, 100, 125], |
- "reason": "incremental" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "reason": "incremental" |
- } |
- ] |
-} |
-{ |
- "name": "Content Root Layer", |
- "bounds": [400, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [400, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 250, 400, 350], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "rect": [0, 125, 200, 175], |
- "reason": "incremental" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "reason": "incremental" |
- } |
- ] |
-} |
-{ |
- "name": "Content Root Layer", |
- "bounds": [800, 600], |
- "children": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "rect": [400, 0, 400, 600], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "rect": [200, 0, 200, 300], |
- "reason": "incremental" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow (positioned) DIV", |
- "reason": "incremental" |
- } |
- ] |
-} |
- |