| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt
|
| index af65aef69eb97de6811c4875df65051aaf3ae366..6ee24059d8873bae00e031993b6485c9d3386f9d 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt
|
| @@ -5,13 +5,22 @@
|
| "bounds": [800, 2016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 700, 100, 100],
|
| - [8, 200, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='t' class='green absolute'",
|
| - "LayoutBlockFlow (positioned) DIV id='t' class='green absolute'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolute'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolute'",
|
| + "rect": [8, 200, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='t' class='green absolute'",
|
| + "rect": [8, 700, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|