| Index: third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-expected.txt | 
| index 8ac077c01cf9cd01bb4526bd9c5e8dde12fd3b27..a6e127050c8a46ed625cf2664c6c9ca95aecdc00 100644 | 
| --- a/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-expected.txt | 
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-expected.txt | 
| @@ -10,23 +10,28 @@ | 
| "paintInvalidations": [ | 
| { | 
| "object": "LayoutBlockFlow DIV class='item1'", | 
| -          "rect": [24, 52, 52, 152], | 
| -          "reason": "style change" | 
| +          "rect": [0, 52, 100, 300], | 
| +          "reason": "bounds change" | 
| }, | 
| { | 
| -          "object": "LayoutBlockFlow DIV class='item1'", | 
| -          "rect": [0, 52, 52, 152], | 
| -          "reason": "style change" | 
| +          "object": "LayoutBlockFlow DIV class='item3'", | 
| +          "rect": [150, 52, 50, 300], | 
| +          "reason": "bounds change" | 
| }, | 
| { | 
| "object": "LayoutBlockFlow DIV class='item2'", | 
| -          "rect": [148, 52, 52, 150], | 
| -          "reason": "style change" | 
| +          "rect": [125, 52, 50, 300], | 
| +          "reason": "bounds change" | 
| +        }, | 
| +        { | 
| +          "object": "LayoutBlockFlow DIV class='item3'", | 
| +          "rect": [125, 52, 50, 300], | 
| +          "reason": "bounds change" | 
| }, | 
| { | 
| "object": "LayoutBlockFlow DIV class='item2'", | 
| -          "rect": [124, 52, 52, 150], | 
| -          "reason": "style change" | 
| +          "rect": [100, 52, 50, 300], | 
| +          "reason": "bounds change" | 
| } | 
| ] | 
| } | 
| @@ -34,7 +39,7 @@ | 
| "objectPaintInvalidations": [ | 
| { | 
| "object": "LayoutBlockFlow DIV class='item1'", | 
| -      "reason": "style change" | 
| +      "reason": "bounds change" | 
| }, | 
| { | 
| "object": "LayoutBlockFlow DIV", | 
| @@ -42,7 +47,15 @@ | 
| }, | 
| { | 
| "object": "LayoutBlockFlow DIV class='item2'", | 
| -      "reason": "style change" | 
| +      "reason": "bounds change" | 
| +    }, | 
| +    { | 
| +      "object": "LayoutBlockFlow DIV", | 
| +      "reason": "location change" | 
| +    }, | 
| +    { | 
| +      "object": "LayoutBlockFlow DIV class='item3'", | 
| +      "reason": "bounds change" | 
| }, | 
| { | 
| "object": "LayoutBlockFlow DIV", | 
|  |