| Index: third_party/WebKit/LayoutTests/fast/box-shadow/negative-shadow-box-expand-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/box-shadow/negative-shadow-box-expand-expected.txt b/third_party/WebKit/LayoutTests/fast/box-shadow/negative-shadow-box-expand-expected.txt
|
| index 9f91468f87c33c398aed33727c077a8aafdf6796..413b95b2c07c1d4dd75b751e0ef2c960a4b5e265 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/box-shadow/negative-shadow-box-expand-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/box-shadow/negative-shadow-box-expand-expected.txt
|
| @@ -5,14 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [100, 200, 600, 100],
|
| - [100, 60, 640, 240],
|
| - [100, 60, 640, 140]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='outer'",
|
| - "LayoutBlockFlow DIV id='inner2'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='inner2'",
|
| + "rect": [100, 200, 600, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='outer'",
|
| + "rect": [100, 60, 640, 140],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='outer'",
|
| + "rect": [100, 60, 640, 240],
|
| + "reason": "border box change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|