| Index: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-width-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-width-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-width-expected.txt | 
| index 3bc0e1efebcca2d1ac0d96a2c974a4c524cb1186..401319738017c21c448c49751e9941c5d0250863 100644 | 
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-width-expected.txt | 
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-row-border-width-expected.txt | 
| @@ -6,11 +6,6 @@ | 
| "contentsOpaque": true, | 
| "drawsContent": true, | 
| "paintInvalidations": [ | 
| -        { | 
| -          "object": "LayoutTable TABLE", | 
| -          "rect": [8, 8, 60, 103], | 
| -          "reason": "invalidate paint rectangle" | 
| -        }, | 
| { | 
| "object": "LayoutTableCell TD", | 
| "rect": [8, 8, 60, 54], | 
| @@ -46,8 +41,12 @@ | 
| ], | 
| "objectPaintInvalidations": [ | 
| { | 
| -      "object": "LayoutTable TABLE", | 
| -      "reason": "invalidate paint rectangle" | 
| +      "object": "LayoutTableCell TD", | 
| +      "reason": "style change" | 
| +    }, | 
| +    { | 
| +      "object": "LayoutTableCell TD", | 
| +      "reason": "style change" | 
| }, | 
| { | 
| "object": "LayoutTable TABLE", | 
|  |