| 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 4660fe840cdcbc30269602d0ed4c66cdcef800be..d03ce5a154fa4bd30e22147c3dad765db9ea0d2e 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
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -10,13 +12,15 @@
|
| "object": "LayoutBlockFlow (positioned) DIV",
|
| "rect": [193, 100, 7, 200],
|
| "reason": "scroll"
|
| - },
|
| - {
|
| - "object": "VerticalScrollbar",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "VerticalScrollbar",
|
| + "reason": "scroll"
|
| + }
|
| ]
|
| }
|
|
|
|
|