| Index: third_party/WebKit/LayoutTests/fast/repaint/containing-block-position-change-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/containing-block-position-change-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/containing-block-position-change-expected.txt
|
| index f2e4339955639e00ad17027ecc229d8905f901d9..47219da00c65124ffab86353277a7a518836d05b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/containing-block-position-change-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/containing-block-position-change-expected.txt
|
| @@ -5,14 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [158, 70, 50, 50],
|
| - [100, 70, 50, 50]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV",
|
| - "LayoutBlockFlow (relative positioned) DIV id='t'",
|
| - "LayoutBlockFlow (positioned) DIV"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [100, 70, 50, 50],
|
| + "reason": "layer"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [158, 70, 50, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='t'",
|
| + "rect": [0, 0, 0, 0],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|