| Index: third_party/WebKit/LayoutTests/fast/repaint/absolute-position-moved-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-moved-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-moved-expected.txt
|
| index 7525684e3897df9a566c6681ba3eb30ded05e666..6b19a936027b600cb7c35d81b93e455cb30c3a7a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-moved-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/absolute-position-moved-expected.txt
|
| @@ -5,13 +5,17 @@
|
| "bounds": [800, 2016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [108, 5100, 100, 100],
|
| - [100, 100, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'",
|
| - "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'",
|
| + "rect": [108, 5100, 100, 100],
|
| + "reason": "layoutObject removal"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green'",
|
| + "rect": [100, 100, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|