Index: third_party/WebKit/LayoutTests/fast/repaint/multicol-with-inline-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-inline-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-inline-expected.txt |
index a10953c518a0cd6538c8ec557fcb4f017d4af60e..a711a77d44beabb9dd9e72a472e20323194412f1 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-inline-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-inline-expected.txt |
@@ -1,7 +1,9 @@ |
{ |
+ "name": "Content Root Layer", |
"bounds": [800, 600], |
"children": [ |
{ |
+ "name": "LayoutView #document", |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
@@ -10,17 +12,23 @@ |
"object": "LayoutText #text", |
"rect": [488, 8, 80, 20], |
"reason": "style change" |
- }, |
- { |
- "object": "InlineTextBox 'PASS'", |
- "reason": "style change" |
- }, |
- { |
- "object": "LayoutInline SPAN id='target'", |
- "reason": "style change" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutInline SPAN id='target'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "InlineTextBox 'PASS'", |
+ "reason": "style change" |
+ } |
] |
} |