| Index: third_party/WebKit/LayoutTests/fast/repaint/destroy-overlay-scrollbar-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/destroy-overlay-scrollbar-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/destroy-overlay-scrollbar-expected.txt
|
| index a16a0196d2b963d17ae457536ceaee426179f91d..ab9edaa759936ea66c5f6fd4fc6387ce451efba3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/destroy-overlay-scrollbar-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/destroy-overlay-scrollbar-expected.txt
|
| @@ -5,11 +5,17 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [193, 100, 7, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "VerticalScrollbar"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [193, 100, 7, 200],
|
| + "reason": "scroll"
|
| + },
|
| + {
|
| + "object": "VerticalScrollbar",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|