| Index: third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-iframe-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-iframe-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-iframe-expected.txt | 
| index b55dc8012f021cf3565032eec13316fecc3cbf14..aa5b6444955fdb3055c679a31637acbbd9ef4461 100644 | 
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-iframe-expected.txt | 
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/resize-scrollable-iframe-expected.txt | 
| @@ -18,8 +18,18 @@ | 
| }, | 
| { | 
| "object": "LayoutView #document", | 
| +          "rect": [8, 193, 285, 200], | 
| +          "reason": "incremental" | 
| +        }, | 
| +        { | 
| +          "object": "LayoutView #document", | 
| "rect": [8, 393, 285, 15], | 
| "reason": "scroll" | 
| +        }, | 
| +        { | 
| +          "object": "LayoutView #document", | 
| +          "rect": [93, 108, 200, 285], | 
| +          "reason": "incremental" | 
| }, | 
| { | 
| "object": "LayoutView #document", | 
| @@ -77,6 +87,10 @@ | 
| { | 
| "object": "VerticalScrollbar", | 
| "reason": "scroll" | 
| +    }, | 
| +    { | 
| +      "object": "LayoutView #document", | 
| +      "reason": "incremental" | 
| } | 
| ] | 
| } | 
|  |