Index: third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/iframe-display-none-to-display-block-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/iframe-display-none-to-display-block-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/iframe-display-none-to-display-block-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..29c09b49819b6d41dcfbf83c5c9e47875a218f82 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/virtual/stable/paint/invalidation/iframe-display-none-to-display-block-expected.txt |
@@ -0,0 +1,67 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutIFrame IFRAME id='iframe'", |
+ "rect": [8, 68, 732, 94], |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow HTML", |
+ "rect": [10, 70, 728, 90], |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutView #document", |
+ "rect": [10, 70, 728, 90], |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow BODY", |
+ "rect": [18, 78, 712, 74], |
+ "reason": "layoutObject insertion" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutIFrame IFRAME id='iframe'", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow BODY", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow HTML", |
+ "reason": "layoutObject removal" |
+ }, |
+ { |
+ "object": "VerticalScrollbar", |
+ "reason": "scroll" |
+ }, |
+ { |
+ "object": "LayoutView #document", |
+ "reason": "scroll" |
+ }, |
+ { |
+ "object": "LayoutView #document", |
+ "reason": "full" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow HTML", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow BODY", |
+ "reason": "layoutObject insertion" |
+ } |
+ ] |
+} |
+ |