| Index: third_party/WebKit/LayoutTests/platform/linux/fast/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/table/resize-table-repaint-vertical-align-cell-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| index 5fdb9f850f373679d482d9721d070ec1731cee4d..5e5bdf76c79bcab467bf9609ef50a1592c9fee84 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| @@ -5,23 +5,57 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [3, 280, 59, 19],
|
| - [3, 90, 59, 19],
|
| - [2, 52, 102, 476],
|
| - [2, 52, 102, 96],
|
| - [0, 150, 106, 380],
|
| - [0, 148, 106, 380]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "RootInlineBox",
|
| - "InlineTextBox 'MIDDLE'",
|
| - "LayoutTable (positioned) TABLE id='table'",
|
| - "LayoutTableRow TR",
|
| - "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": "LayoutTable (positioned) TABLE id='table'",
|
| + "rect": [0, 150, 106, 380],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "rect": [2, 52, 102, 96],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD",
|
| + "rect": [2, 52, 102, 476],
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutTableRow TR",
|
| + "rect": [0, 148, 106, 380],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [3, 90, 59, 19],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [3, 280, 59, 19],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|