| Index: third_party/WebKit/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
|
| index 0bdd05fb9ddf5e5aec0c0dd87166fe5dea0002d9..d772667d59d39b3ea7f7d263c5225a816bf09687 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt
|
| @@ -20,12 +20,17 @@
|
| "position": [20, 20],
|
| "bounds": [100, 30000],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [25, 125, 50, 50],
|
| - [25, 25, 50, 50]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV class='fixed'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
|
| + "rect": [25, 25, 50, 50],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='fixed'",
|
| + "rect": [25, 125, 50, 50],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|