| Index: third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt
|
| index ed0e5248cb56833a0b8b8caa906121529be3de3f..1df10fd8d113c740ab86bb58ec3be8e2a8b4119e 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/paint/selection/selection-within-composited-scroller-expected.txt
|
| @@ -5,9 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow HTML",
|
| - "LayoutBlockFlow BODY"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow HTML",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + }
|
| ],
|
| "children": [
|
| {
|
| @@ -17,14 +25,27 @@
|
| "shouldFlattenTransform": false,
|
| "drawsContent": true,
|
| "backgroundColor": "#D3D3D3",
|
| - "repaintRects": [
|
| - [0, 160, 23, 18]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='scroller'",
|
| - "LayoutBlockFlow DIV id='target'",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'test'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'test'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='scroller'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [0, 160, 23, 18],
|
| + "reason": "selection"
|
| + }
|
| ],
|
| "children": [
|
| {
|
| @@ -34,14 +55,27 @@
|
| {
|
| "bounds": [200, 1620],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 610, 23, 18]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='scroller'",
|
| - "LayoutBlockFlow DIV id='target'",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'test'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'test'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='scroller'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [0, 610, 23, 18],
|
| + "reason": "selection"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|