Index: third_party/WebKit/LayoutTests/platform/linux/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/linux/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root-expected.txt |
index 77a28f8ba904f1fe3f869aec6f4467524a1fdc67..68fbd266d270532cdbf01a156be54e26a347b335 100644 |
--- a/third_party/WebKit/LayoutTests/platform/linux/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/linux/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root-expected.txt |
@@ -7,23 +7,20 @@ |
"drawsContent": true, |
"paintInvalidations": [ |
{ |
- "object": "InlineTextBox 'Some text in vertical mode'", |
- "rect": [0, 0, 0, 0], |
+ "object": "LayoutText #text", |
+ "rect": [184, 201, 19, 160], |
"reason": "selection" |
}, |
{ |
- "object": "LayoutBlockFlow (positioned) DIV id='test'", |
- "rect": [0, 0, 0, 0], |
+ "object": "InlineTextBox 'Some text in vertical mode'", |
"reason": "selection" |
}, |
{ |
- "object": "LayoutBlockFlow DIV", |
- "rect": [0, 0, 0, 0], |
+ "object": "LayoutBlockFlow (positioned) DIV id='test'", |
"reason": "selection" |
}, |
{ |
- "object": "LayoutText #text", |
- "rect": [184, 201, 19, 160], |
+ "object": "LayoutBlockFlow DIV", |
"reason": "selection" |
} |
] |