| Index: third_party/WebKit/LayoutTests/fast/repaint/inline-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/inline-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/inline-overflow-expected.txt
|
| index 53c41821b8f7612f84db8bb2e5c0f4f211b45d46..e885de69dd5cc55e1eadb1669971502908b60c5b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/inline-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/inline-overflow-expected.txt
|
| @@ -7,13 +7,12 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| - "object": "InlineTextBox 'A\u00A0\u00A0B'",
|
| - "rect": [0, 0, 0, 0],
|
| + "object": "LayoutText #text",
|
| + "rect": [33, 33, 250, 100],
|
| "reason": "style change"
|
| },
|
| {
|
| - "object": "LayoutText #text",
|
| - "rect": [33, 33, 250, 100],
|
| + "object": "InlineTextBox 'A\u00A0\u00A0B'",
|
| "reason": "style change"
|
| }
|
| ]
|
|
|