| 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 c94fe0b4e1dec264c51b67335012c156ee4e6ca2..77a28f8ba904f1fe3f869aec6f4467524a1fdc67 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
|
| @@ -5,14 +5,27 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [184, 201, 19, 160]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='test'",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'Some text in vertical mode'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'Some text in vertical mode'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='test'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [184, 201, 19, 160],
|
| + "reason": "selection"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|