| Index: third_party/WebKit/LayoutTests/platform/win/fast/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/table/resize-table-repaint-vertical-align-cell-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| index ed20db93a9557c3a72e802db8fd971e8768f13f6..92698d514e39871948b147ac152b7ad00d926387 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/fast/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/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, 17],
|
| - [3, 91, 63, 17],
|
| - [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, 17],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "rect": [3, 281, 63, 17],
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|