| Index: third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt
|
| index 65450935568812c8bd9ed736c61d8fbeff6fe0f5..40b0280584c88bf9a33ebdcdfb0d29008df474e7 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-content-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,
|
| @@ -33,6 +35,20 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target1' class='outer'",
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target2' class='outer'",
|
| + "reason": "background obscuration change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='inner'",
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
|
|
|
|