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