| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-expected.txt
|
| index f98611495b08e39dfd27128a5debd42101c73607..53b6738245e09db3169931e16de70b85a7c39d6a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-expected.txt
|
| @@ -5,11 +5,12 @@
|
| "bounds": [785, 2016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 80, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='t'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='t'",
|
| + "rect": [8, 80, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|