| 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..1ef83120660adb44640ed7ae9876fca400fb768c 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 | 
| @@ -6,6 +6,11 @@ | 
| "contentsOpaque": true, | 
| "drawsContent": true, | 
| "paintInvalidations": [ | 
| +        { | 
| +          "object": "LayoutTable TABLE", | 
| +          "rect": [8, 8, 104, 204], | 
| +          "reason": "forced by layout" | 
| +        }, | 
| { | 
| "object": "LayoutTableCell TD id='target'", | 
| "rect": [8, 8, 104, 204], | 
| @@ -16,6 +21,10 @@ | 
| ], | 
| "objectPaintInvalidations": [ | 
| { | 
| +      "object": "LayoutTable TABLE", | 
| +      "reason": "forced by layout" | 
| +    }, | 
| +    { | 
| "object": "LayoutTableCell TD id='target'", | 
| "reason": "border box change" | 
| } | 
|  |