| Index: third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container-expected.txt
|
| index 1885a8ecbdb88cda2834e3131b06048398489bb4..8f4031faca7e8e548d77ec0c0a135f73d60adc7a 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-container-expected.txt
|
| @@ -5,8 +5,12 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 108, 210, 210]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='container'",
|
| + "rect": [8, 108, 210, 210],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|