Index: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/padding-keeping-content-size-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/padding-keeping-content-size-expected.txt b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/padding-keeping-content-size-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c4d681dda4559cae860d70a4ea7edb709e86a91a |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/padding-keeping-content-size-expected.txt |
@@ -0,0 +1,47 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='target2' class='outer'", |
+ "rect": [0, 200, 140, 140], |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='target1' class='outer'", |
+ "rect": [0, 0, 140, 140], |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='inner'", |
+ "rect": [20, 220, 100, 100], |
+ "reason": "bounds change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='inner'", |
+ "rect": [0, 200, 100, 100], |
+ "reason": "bounds change" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='target1' class='outer'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='target2' class='outer'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV class='inner'", |
+ "reason": "bounds change" |
+ } |
+ ] |
+} |
+ |