| Index: third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border-expected.txt
|
| index 94cbb0f7d9560cf790d1d920aa32d197bcfbec5d..6671f7331b94a8fbcdccbc879eb31c8c3f14699d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/scrollbar-invalidation-on-resize-with-border-expected.txt
|
| @@ -5,21 +5,57 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [303, 145, 15, 15],
|
| - [303, 60, 15, 85],
|
| - [103, 145, 15, 15],
|
| - [103, 60, 15, 85],
|
| - [18, 145, 285, 15],
|
| - [18, 145, 85, 15],
|
| - [8, 50, 320, 120],
|
| - [8, 50, 120, 120]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='scrollable'",
|
| - "LayoutBlockFlow (positioned) DIV id='scrollable'",
|
| - "HorizontalScrollbar",
|
| - "VerticalScrollbar"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "HorizontalScrollbar",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
|
| + "rect": [8, 50, 120, 120],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
|
| + "rect": [8, 50, 320, 120],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
|
| + "rect": [18, 145, 85, 15],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
|
| + "rect": [18, 145, 285, 15],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
|
| + "rect": [103, 60, 15, 85],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
|
| + "rect": [303, 60, 15, 85],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
|
| + "rect": [103, 145, 15, 15],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='scrollable'",
|
| + "rect": [303, 145, 15, 15],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "VerticalScrollbar",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "scroll"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|