| Index: third_party/WebKit/LayoutTests/fast/repaint/resize-scrollable-div-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/resize-scrollable-div-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/resize-scrollable-div-expected.txt
|
| index 0bd5648edbbfc4c9849b9bc6018e00c579e5b010..9789dc9867af818b9c3d135e042761834e81b99f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/resize-scrollable-div-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/resize-scrollable-div-expected.txt
|
| @@ -5,22 +5,57 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [293, 393, 15, 15],
|
| - [293, 108, 15, 285],
|
| - [93, 193, 15, 15],
|
| - [93, 108, 15, 85],
|
| - [8, 393, 285, 15],
|
| - [8, 193, 85, 15],
|
| - [8, 108, 300, 300],
|
| - [8, 108, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='div'",
|
| - "LayoutBlockFlow DIV id='div'",
|
| - "HorizontalScrollbar",
|
| - "LayoutBlockFlow DIV id='div'",
|
| - "VerticalScrollbar"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "HorizontalScrollbar",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [8, 108, 100, 100],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [8, 108, 300, 300],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [8, 193, 85, 15],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [8, 393, 285, 15],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [93, 108, 15, 85],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [293, 108, 15, 285],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [93, 193, 15, 15],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='div'",
|
| + "rect": [293, 393, 15, 15],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "VerticalScrollbar",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "scroll"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|