| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-position-transparency-with-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-position-transparency-with-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-position-transparency-with-overflow-expected.txt
|
| index 8aa8d02332e8e5169604af9fb4608c3e1bcf049b..afee86e56966397a8af0ef84a3a9e03242132df5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-position-transparency-with-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-position-transparency-with-overflow-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [800, 2016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [108, 308, 100, 100],
|
| - [8, 208, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (relative positioned) DIV id='container' class='relative blue'",
|
| - "LayoutBlockFlow (positioned) DIV class='absolute green'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
|
| + "rect": [108, 308, 100, 100],
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='container' class='relative blue'",
|
| + "rect": [8, 208, 100, 100],
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|