Index: third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/window-resize-percent-html-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/window-resize-percent-html-expected.txt b/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/window-resize-percent-html-expected.txt |
deleted file mode 100644 |
index b12c2338232d3058c40ce50eabc53fa355cc5f48..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/virtual/spinvalidation/paint/invalidation/window-resize-percent-html-expected.txt |
+++ /dev/null |
@@ -1,129 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [600, 250], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 250, 600, 250], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [0, 0, 300, 125], |
- "reason": "border box change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "border box change" |
- } |
- ] |
-} |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [400, 250], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [0, 0, 300, 63], |
- "reason": "border box change" |
- }, |
- { |
- "object": "LayoutView #document", |
- "rect": [400, 0, 200, 250], |
- "reason": "incremental" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "border box change" |
- } |
- ] |
-} |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [400, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 250, 400, 350], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [0, 0, 200, 150], |
- "reason": "border box change" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "border box change" |
- } |
- ] |
-} |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 600], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "rect": [400, 0, 400, 600], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "rect": [200, 0, 200, 150], |
- "reason": "incremental" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow DIV", |
- "reason": "incremental" |
- } |
- ] |
-} |
- |