| Index: third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt
|
| index fbf2a42fee7fb9953bacf94392e75ef3bab9b74d..95d85b3748c16bf8c67c7c197597a2ee5a46eeb2 100644
|
| --- a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt
|
| @@ -11,11 +11,12 @@
|
| "bounds": [210, 210],
|
| "shouldFlattenTransform": false,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 0, 210, 210]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='container'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='container'",
|
| + "rect": [0, 0, 210, 210],
|
| + "reason": "style change"
|
| + }
|
| ],
|
| "children": [
|
| {
|
| @@ -26,11 +27,12 @@
|
| {
|
| "bounds": [400, 400],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [-5, -5, 210, 210]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='container'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='container'",
|
| + "rect": [-5, -5, 210, 210],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|