| Index: third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt
|
| index b34767dffb96b32d7584ccaf38781c1fb94bde17..56a28955bc7e05055f03ef11c74e38af1d067fcd 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/collapsed-border-cell-resize-expected.txt
|
| @@ -10,12 +10,21 @@
|
| "object": "LayoutTableCell TD id='target'",
|
| "rect": [8, 8, 104, 204],
|
| "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutTableSection TBODY",
|
| + "rect": [8, 111, 103, 100],
|
| + "reason": "incremental"
|
| }
|
| ]
|
| }
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| + "object": "LayoutTableSection TBODY",
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| "object": "LayoutTableCell TD id='target'",
|
| "reason": "border box change"
|
| }
|
|
|