| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled-expected.txt
|
| index 3bd67a9c86f6c232b4037f274241b62d765ff85d..8ad9040d4c2d82e3d86e9f4ba5031865c396ed0c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-fixed-scrolled-expected.txt
|
| @@ -13,11 +13,12 @@
|
| "drawsContent": true,
|
| "backfaceVisibility": "hidden",
|
| "backgroundColor": "#008000",
|
| - "repaintRects": [
|
| - [100, 100, 200, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='fixed'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
|
| + "rect": [100, 100, 200, 200],
|
| + "reason": "layoutObject removal"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|