Index: third_party/WebKit/LayoutTests/platform/win/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt |
deleted file mode 100644 |
index f3fbb352dae86022232d959d5e5bd353b62c70b5..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/paint/invalidation/resize-iframe-text-expected.txt |
+++ /dev/null |
@@ -1,121 +0,0 @@ |
-{ |
- "layers": [ |
- { |
- "name": "LayoutView #document", |
- "bounds": [800, 728], |
- "contentsOpaque": true, |
- "drawsContent": true, |
- "paintInvalidations": [ |
- { |
- "object": "LayoutIFrame (positioned) IFRAME", |
- "rect": [0, 0, 800, 728], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 600, 800, 128], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "rect": [0, 0, 800, 34], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "rect": [0, 0, 785, 728], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutView #document", |
- "rect": [0, 600, 785, 128], |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "rect": [8, 8, 784, 18], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow H1", |
- "rect": [8, 700, 600, 28], |
- "reason": "became visible" |
- }, |
- { |
- "object": "LayoutText #text", |
- "rect": [8, 8, 346, 17], |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutView #document", |
- "rect": [785, 0, 15, 728], |
- "reason": "scroll" |
- }, |
- { |
- "object": "LayoutView #document", |
- "rect": [785, 0, 15, 600], |
- "reason": "scroll" |
- } |
- ] |
- } |
- ], |
- "objectPaintInvalidations": [ |
- { |
- "object": "LayoutView #document", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow BODY", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutText #text", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "InlineTextBox 'Test passes if you see \"Success\" after window resizes.'", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutIFrame (positioned) IFRAME", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "HorizontalScrollbar", |
- "reason": "scroll" |
- }, |
- { |
- "object": "LayoutView #document", |
- "reason": "scroll" |
- }, |
- { |
- "object": "VerticalScrollbar", |
- "reason": "scroll" |
- }, |
- { |
- "object": "LayoutView #document", |
- "reason": "incremental" |
- }, |
- { |
- "object": "LayoutBlockFlow HTML", |
- "reason": "forced by layout" |
- }, |
- { |
- "object": "LayoutBlockFlow H1", |
- "reason": "became visible" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "became visible" |
- } |
- ] |
-} |
- |