| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-partial-invalidation-between-blocks-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-partial-invalidation-between-blocks-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-partial-invalidation-between-blocks-expected.txt
|
| index d7cb92a00f0b47bb6cf465a03960a213119580da..07dae2aa428a2ff3a3e8cdbe316d251fb20d51a4 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-partial-invalidation-between-blocks-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-partial-invalidation-between-blocks-expected.txt
|
| @@ -5,21 +5,57 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [11, 35, 74, 19],
|
| - [11, 11, 55, 19],
|
| - [11, 11, 51, 19]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow HTML",
|
| - "LayoutBlockFlow BODY",
|
| - "LayoutTable TABLE",
|
| - "LayoutTableCell TD id='firstCell'",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'First cell'",
|
| - "LayoutTableCell TD id='secondCell'",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'Second cell'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'First cell'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'Second cell'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow HTML",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutTable TABLE",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD id='firstCell'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD id='secondCell'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [11, 11, 55, 19],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [11, 11, 51, 19],
|
| + "reason": "selection"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [11, 35, 74, 19],
|
| + "reason": "selection"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|