Index: third_party/WebKit/LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt |
index 6015a56fe49248e7e9c755b28259fbabc2940a66..07d93b6b6e4475a18149ac5776e0258757bd7415 100644 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/inline-vertical-lr-overflow-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/repaint/inline-vertical-lr-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, 100, 250], |
"reason": "style change" |
}, |
{ |
- "object": "LayoutText #text", |
- "rect": [33, 33, 100, 250], |
+ "object": "InlineTextBox 'A\u00A0\u00A0B'", |
"reason": "style change" |
} |
] |