Index: third_party/WebKit/LayoutTests/platform/win/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/platform/win/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root-expected.txt b/third_party/WebKit/LayoutTests/platform/win/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root-expected.txt |
index 38142489bfad8cbc34c315b52014ba09dd0604c2..41c8d117a56ddc19ec538d8def90845d42e046b9 100644 |
--- a/third_party/WebKit/LayoutTests/platform/win/editing/selection/repaint-rect-for-vertical-writing-mode-with-positioned-root-expected.txt |
+++ b/third_party/WebKit/LayoutTests/platform/win/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": [186, 201, 17, 173], |
"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": [186, 201, 17, 173], |
+ "object": "LayoutBlockFlow DIV", |
"reason": "selection" |
} |
] |