| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled-expected.txt
|
| index 831449932bf72ee351ece52919c9388e1bd49097..0dd64fd67229ff27bfe7e5910d6f675dd63998a9 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-under-composited-absolute-scrolled-expected.txt
|
| @@ -12,11 +12,12 @@
|
| "drawsContent": true,
|
| "backfaceVisibility": "hidden",
|
| "backgroundColor": "#FF0000",
|
| - "repaintRects": [
|
| - [0, 100, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='fixed'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='fixed'",
|
| + "rect": [0, 100, 100, 100],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|