| Index: third_party/WebKit/LayoutTests/platform/linux/fast/table/resize-table-row-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/table/resize-table-row-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/table/resize-table-row-repaint-expected.txt
|
| index c0e0ac12b1a9c8306151d56fa4182ef920c74ee3..65afc592d4ee54e639d22118cda8ed00294034dc 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/table/resize-table-row-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/table/resize-table-row-repaint-expected.txt
|
| @@ -5,21 +5,52 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [3, 192, 59, 19],
|
| - [3, 142, 59, 19],
|
| - [2, 102, 102, 200],
|
| - [2, 102, 102, 100],
|
| - [0, 202, 106, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "RootInlineBox",
|
| - "InlineTextBox 'MIDDLE'",
|
| - "LayoutTableRow TR id='row'",
|
| - "LayoutTableCell TD",
|
| - "RootInlineBox",
|
| - "LayoutText #text",
|
| - "InlineTextBox 'MIDDLE'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "InlineTextBox 'MIDDLE'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "InlineTextBox 'MIDDLE'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "rect": [2, 102, 102, 100],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "rect": [2, 102, 102, 200],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutTableRow TR id='row'",
|
| + "rect": [0, 202, 106, 100],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [3, 142, 59, 19],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [3, 192, 59, 19],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|