Chromium Code Reviews| Index: LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt |
| diff --git a/LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt b/LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt |
| similarity index 63% |
| copy from LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt |
| copy to LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt |
| index 882a685ef9ffc165baf9039eb99c66b3c8345e6c..eac19303ba386c63ef95ee258816d2adef3554ad 100644 |
| --- a/LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt |
| +++ b/LayoutTests/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt |
| @@ -6,15 +6,20 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| - [8, 8, 48, 32] |
| + [24, 8, 16, 16], |
|
wkorman
2015/09/18 20:44:25
Without this change, this line (invalidating the l
|
| + [8, 24, 16, 16], |
| + [8, 8, 16, 16] |
| ], |
| "paintInvalidationClients": [ |
| "LayoutBlockFlow HTML", |
| "LayoutBlockFlow BODY", |
| "LayoutBlockFlow DIV id='container'", |
| "LayoutText #text", |
| - "InlineTextBox 'xx'", |
| - "InlineTextBox 'y'" |
| + "InlineTextBox 'a'", |
| + "LayoutBR BR", |
| + "InlineTextBox '\n'", |
| + "LayoutText #text", |
| + "InlineTextBox 'b'" |
| ] |
| } |
| ] |