| Index: third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt b/third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt
|
| index e99caec710bf91fa3ea3921eb259a843d80424d6..5a5f5155152790aece4885678adfaac6765898a9 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt
|
| @@ -7,33 +7,28 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| + "object": "LayoutText #text",
|
| + "rect": [8, 8, 48, 32],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| "object": "InlineTextBox 'xx'",
|
| - "rect": [0, 0, 0, 0],
|
| "reason": "selection"
|
| },
|
| {
|
| "object": "InlineTextBox 'y'",
|
| - "rect": [0, 0, 0, 0],
|
| "reason": "selection"
|
| },
|
| {
|
| "object": "LayoutBlockFlow BODY",
|
| - "rect": [0, 0, 0, 0],
|
| "reason": "selection"
|
| },
|
| {
|
| "object": "LayoutBlockFlow DIV id='container'",
|
| - "rect": [0, 0, 0, 0],
|
| "reason": "selection"
|
| },
|
| {
|
| "object": "LayoutBlockFlow HTML",
|
| - "rect": [0, 0, 0, 0],
|
| - "reason": "selection"
|
| - },
|
| - {
|
| - "object": "LayoutText #text",
|
| - "rect": [8, 8, 48, 32],
|
| "reason": "selection"
|
| }
|
| ]
|
|
|