| Index: third_party/WebKit/LayoutTests/platform/mac/fast/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/table/resize-table-repaint-vertical-align-cell-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| index 9465eae28fc9983e05d4ab319edae63cba9cd2be..860c082255e6e1cb28ee2ed9d5b20500e31b4065 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/fast/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/fast/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| @@ -5,23 +5,57 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [3, 281, 63, 18],
|
| - [3, 91, 63, 18],
|
| - [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, 91, 63, 18],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [3, 281, 63, 18],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|