| Index: third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-visual-size-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-visual-size-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-visual-size-expected.txt
|
| index fcc7eb4f5c9e70a82b748e847ecb2933359d4884..e81710e514a43aee9db27466e41241eed62955cf 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-visual-size-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-visual-size-expected.txt
|
| @@ -5,14 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [20, 220, 60, 60],
|
| - [0, 200, 100, 100],
|
| - [0, 200, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='target2' class='outer'",
|
| - "LayoutBlockFlow DIV class='inner'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target2' class='outer'",
|
| + "rect": [0, 200, 100, 100],
|
| + "reason": "background obscuration change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='inner'",
|
| + "rect": [0, 200, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='inner'",
|
| + "rect": [20, 220, 60, 60],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|