Index: third_party/WebKit/LayoutTests/fast/repaint/multicol-with-abspos-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-abspos-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-abspos-expected.txt |
index 0c3a5fc04a082efaf2a3be3c65c38ef5a46da834..d310f9af2837e3e1dd76d58ce01dc438147d1d37 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-abspos-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-abspos-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -15,17 +17,27 @@ |
"object": "LayoutText #text", |
"rect": [0, 580, 80, 20], |
"reason": "style change" |
- }, |
- { |
- "object": "InlineTextBox 'PASS'", |
- "reason": "style change" |
- }, |
- { |
- "object": "RootInlineBox", |
- "reason": "full" |
} |
] |
} |
+ ], |
+ "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" |
+ } |
] |
} |