| 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 6a5f6dc003b0f5d80527c3aa97c7ce80715bb1e2..930bb9f55bb014a67fac08d66bd9e0727a65c3a7 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 | 
| @@ -8,6 +8,11 @@ | 
| "paintInvalidations": [ | 
| { | 
| "object": "LayoutTable TABLE", | 
| +          "rect": [8, 8, 114, 54], | 
| +          "reason": "invalidate paint rectangle" | 
| +        }, | 
| +        { | 
| +          "object": "LayoutTable TABLE", | 
| "rect": [8, 58, 114, 4], | 
| "reason": "incremental" | 
| }, | 
| @@ -36,12 +41,8 @@ | 
| ], | 
| "objectPaintInvalidations": [ | 
| { | 
| -      "object": "LayoutTableCell TD id='foo'", | 
| -      "reason": "style change" | 
| -    }, | 
| -    { | 
| -      "object": "LayoutTableCell TD", | 
| -      "reason": "style change" | 
| +      "object": "LayoutTable TABLE", | 
| +      "reason": "invalidate paint rectangle" | 
| }, | 
| { | 
| "object": "LayoutTable TABLE", | 
|  |