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 60a589a046780c79dea7adf9c3a09174635086f7..9e4ee2d417f334f70286bf2613cd2575d04e0456 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 |
@@ -7,23 +7,21 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "InlineFlowBox", |
- "rect": [0, 0, 0, 0], |
+ "object": "LayoutInline SPAN id='target'", |
+ "rect": [8, 68, 37, 17], |
"reason": "style change" |
}, |
{ |
- "object": "InlineTextBox 'PASS'", |
- "rect": [0, 0, 0, 0], |
+ "object": "LayoutText #text", |
+ "rect": [8, 68, 37, 17], |
"reason": "style change" |
}, |
{ |
- "object": "LayoutInline SPAN id='target'", |
- "rect": [8, 68, 37, 17], |
+ "object": "InlineFlowBox", |
"reason": "style change" |
}, |
{ |
- "object": "LayoutText #text", |
- "rect": [8, 68, 37, 17], |
+ "object": "InlineTextBox 'PASS'", |
"reason": "style change" |
} |
] |