| Index: third_party/WebKit/LayoutTests/paint/invalidation/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/resize-table-repaint-vertical-align-cell-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| index 67824c923b17216667f37cae64124e172bae1d92..9247b277f3eb7f2a98ea21c26384ad7303809709 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/resize-table-repaint-vertical-align-cell-expected.txt
|
| @@ -7,6 +7,11 @@
|
| "drawsContent": true,
|
| "paintInvalidations": [
|
| {
|
| + "object": "LayoutTableSection TBODY",
|
| + "rect": [0, 150, 106, 380],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| "object": "LayoutTableCell TD",
|
| "rect": [2, 52, 102, 476],
|
| "reason": "forced by layout"
|
| @@ -16,6 +21,10 @@
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| + "object": "LayoutTableSection TBODY",
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| "object": "LayoutTableCell TD",
|
| "reason": "forced by layout"
|
| },
|
|
|