| Index: third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt
|
| index a7f39b53663ef3e0ab10e47c23e95117770bdcd4..bbe10465523e7b6e3bdc6662e451b44381446241 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/overflow/updating-scrolling-content-expected.txt
|
| @@ -11,11 +11,12 @@
|
| "bounds": [200, 200],
|
| "shouldFlattenTransform": false,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 185, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='indicator'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='indicator'",
|
| + "rect": [0, 0, 185, 200],
|
| + "reason": "style change"
|
| + }
|
| ],
|
| "children": [
|
| {
|
| @@ -25,11 +26,12 @@
|
| {
|
| "bounds": [185, 1200],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 185, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='indicator'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='indicator'",
|
| + "rect": [0, 0, 185, 200],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
| @@ -44,8 +46,12 @@
|
| {
|
| "position": [185, 0],
|
| "bounds": [15, 185],
|
| - "repaintRects": [
|
| - [0, 0, 15, 185]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "Vertical Scrollbar Layer",
|
| + "rect": [0, 0, 15, 185],
|
| + "reason": "full"
|
| + }
|
| ]
|
| },
|
| {
|
|
|