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