| 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 a2a5f1cab2bf70bc238069e7c460e7f7b8bf17b9..6c972457aa899cc4e6dba86c0586ea024964caf1 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
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -18,6 +20,16 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target2' class='outer'",
|
| + "reason": "background obscuration change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='inner'",
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
|
|
|
|