| Index: third_party/WebKit/LayoutTests/fast/repaint/box-shadow-inset-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-inset-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-inset-repaint-expected.txt
|
| index 538474faaf6c2b7917336487866d59ba4cabbb2f..5c9ca51890ede87cdfdb91491706500752c88e6c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-inset-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/box-shadow-inset-repaint-expected.txt
|
| @@ -5,14 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [23, 23, 100, 100],
|
| - [8, 8, 230, 130],
|
| - [8, 8, 230, 30]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV id='container'",
|
| - "LayoutBlockFlow DIV"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [23, 23, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='container'",
|
| + "rect": [8, 8, 230, 30],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='container'",
|
| + "rect": [8, 8, 230, 130],
|
| + "reason": "border box change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|