Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-color-change-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-color-change-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-color-change-expected.txt |
index 18d32015d2c1bfc5d1f5c6464f314dc102dd6158..d9fa69fe1ed01b8ff30bbf7524840c50bb6dc70a 100644 |
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-color-change-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/inline-color-change-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": [8, 72, 37, 19], |
"reason": "style change" |
- }, |
- { |
- "object": "InlineFlowBox", |
- "reason": "style change" |
- }, |
- { |
- "object": "InlineTextBox 'PASS'", |
- "reason": "style change" |
} |
] |
} |
+ ], |
+ "objectPaintInvalidations": [ |
+ { |
+ "object": "LayoutInline SPAN id='target'", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "InlineFlowBox", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "LayoutText #text", |
+ "reason": "style change" |
+ }, |
+ { |
+ "object": "InlineTextBox 'PASS'", |
+ "reason": "style change" |
+ } |
] |
} |