| Index: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-border-width-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-border-width-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-border-width-expected.txt | 
| index 930bb9f55bb014a67fac08d66bd9e0727a65c3a7..6a5f6dc003b0f5d80527c3aa97c7ce80715bb1e2 100644 | 
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-border-width-expected.txt | 
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-cell-border-width-expected.txt | 
| @@ -6,11 +6,6 @@ | 
| "contentsOpaque": true, | 
| "drawsContent": true, | 
| "paintInvalidations": [ | 
| -        { | 
| -          "object": "LayoutTable TABLE", | 
| -          "rect": [8, 8, 114, 54], | 
| -          "reason": "invalidate paint rectangle" | 
| -        }, | 
| { | 
| "object": "LayoutTable TABLE", | 
| "rect": [8, 58, 114, 4], | 
| @@ -41,8 +36,12 @@ | 
| ], | 
| "objectPaintInvalidations": [ | 
| { | 
| -      "object": "LayoutTable TABLE", | 
| -      "reason": "invalidate paint rectangle" | 
| +      "object": "LayoutTableCell TD id='foo'", | 
| +      "reason": "style change" | 
| +    }, | 
| +    { | 
| +      "object": "LayoutTableCell TD", | 
| +      "reason": "style change" | 
| }, | 
| { | 
| "object": "LayoutTable TABLE", | 
|  |