Index: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-with-block-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-with-block-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-with-block-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..63290032aca020abfd3826c59bd22934083d7b09 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/multicol-with-block-expected.txt |
@@ -0,0 +1,41 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [328, 8, 240, 21], |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow DIV id='target'", |
+ "rect": [488, 8, 150, 20], |
+ "reason": "style change" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow DIV id='target'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "RootInlineBox", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "InlineTextBox 'PASS'", |
+ "reason": "style change" |
+ } |
+ ] |
+} |
+ |