| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple-expected.txt
|
| index 6d1cc90b5c149d75aec1200011fb150ac2ef1406..960a88c7e2adc987c1240e0ebb3da4f8d02ec4cb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [800, 2016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 200, 100, 100],
|
| - [8, 100, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV class='green'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='green'",
|
| + "rect": [8, 100, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='green'",
|
| + "rect": [8, 200, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|