Index: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-in-relpos-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-in-relpos-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-in-relpos-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d62e8b548f7fb686c5040ff4b77d21ed4448e649 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/multicol-with-abspos-in-relpos-expected.txt |
@@ -0,0 +1,41 @@ |
+{ |
+ "layers": [ |
+ { |
+ "name": "LayoutView #document", |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "paintInvalidations": [ |
+ { |
+ "object": "LayoutText #text", |
+ "rect": [508, 27, 80, 22], |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='target'", |
+ "rect": [508, 28, 80, 20], |
+ "reason": "style change" |
+ } |
+ ] |
+ } |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutBlockFlow (positioned) DIV id='target'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "RootInlineBox", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "InlineTextBox 'PASS'", |
+ "reason": "style change" |
+ } |
+ ] |
+} |
+ |