Index: third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-color-change-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-color-change-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-color-change-expected.txt |
index 9e4ee2d417f334f70286bf2613cd2575d04e0456..983facdd94e6f1b329fbcc9debc8a212b875e19c 100644 |
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-color-change-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/win/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, 68, 37, 17], |
"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" |
+ } |
] |
} |