Index: third_party/WebKit/LayoutTests/fast/repaint/inline-outline-repaint-2-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/inline-outline-repaint-2-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/inline-outline-repaint-2-expected.txt |
index d2ba3fedc199a8168f4494fc87df177253ff6e3d..e2a4f7781ccbb42360d305b83aaed40b36ed1c77 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/inline-outline-repaint-2-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/inline-outline-repaint-2-expected.txt |
@@ -7,23 +7,21 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "InlineFlowBox", |
- "rect": [0, 0, 0, 0], |
+ "object": "LayoutInline SPAN", |
+ "rect": [210, -5, 50, 20], |
"reason": "style change" |
}, |
{ |
- "object": "InlineTextBox 'Test'", |
- "rect": [0, 0, 0, 0], |
+ "object": "LayoutText #text", |
+ "rect": [215, 0, 40, 10], |
"reason": "style change" |
}, |
{ |
- "object": "LayoutInline SPAN", |
- "rect": [210, -5, 50, 20], |
+ "object": "InlineFlowBox", |
"reason": "style change" |
}, |
{ |
- "object": "LayoutText #text", |
- "rect": [215, 0, 40, 10], |
+ "object": "InlineTextBox 'Test'", |
"reason": "style change" |
} |
] |