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 6083f09d9221249ea16372c6cb9652f340f99222..18d32015d2c1bfc5d1f5c6464f314dc102dd6158 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 |
@@ -7,23 +7,21 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "InlineFlowBox", |
- "rect": [0, 0, 0, 0], |
+ "object": "LayoutInline SPAN id='target'", |
+ "rect": [8, 72, 37, 19], |
"reason": "style change" |
}, |
{ |
- "object": "InlineTextBox 'PASS'", |
- "rect": [0, 0, 0, 0], |
+ "object": "LayoutText #text", |
+ "rect": [8, 72, 37, 19], |
"reason": "style change" |
}, |
{ |
- "object": "LayoutInline SPAN id='target'", |
- "rect": [8, 72, 37, 19], |
+ "object": "InlineFlowBox", |
"reason": "style change" |
}, |
{ |
- "object": "LayoutText #text", |
- "rect": [8, 72, 37, 19], |
+ "object": "InlineTextBox 'PASS'", |
"reason": "style change" |
} |
] |