Index: third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/iframe-display-none-to-display-block-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/iframe-display-none-to-display-block-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/iframe-display-none-to-display-block-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..46881d1d54c55faca2a26c48c2d59b7bad4faccf |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/spinvalidation/paint/invalidation/iframe-display-none-to-display-block-expected.txt |
@@ -0,0 +1,51 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutIFrame IFRAME id='iframe'", |
+ "rect": [8, 72, 732, 94], |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow HTML", |
+ "rect": [10, 74, 728, 90], |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutView #document", |
+ "rect": [10, 74, 728, 90], |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow BODY", |
+ "rect": [18, 82, 712, 74], |
+ "reason": "layoutObject insertion" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutIFrame IFRAME id='iframe'", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutView #document", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow HTML", |
+ "reason": "layoutObject insertion" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow BODY", |
+ "reason": "layoutObject insertion" |
+ } |
+ ] |
+} |
+ |