| Index: third_party/WebKit/LayoutTests/paint/invalidation/padding-keeping-visual-size-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/padding-keeping-visual-size-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/padding-keeping-visual-size-expected.txt
|
| index 608272df1472e440005f2ef36e00c5306d25d7e2..72637310e90c9b4144959404fc178790eb8d4a87 100644
|
| --- a/third_party/WebKit/LayoutTests/paint/invalidation/padding-keeping-visual-size-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/padding-keeping-visual-size-expected.txt
|
| @@ -9,20 +9,29 @@
|
| {
|
| "object": "LayoutBlockFlow (positioned) DIV id='target2' class='outer'",
|
| "rect": [0, 200, 100, 100],
|
| - "reason": "background obscuration change"
|
| + "reason": "style change"
|
| },
|
| {
|
| "object": "LayoutBlockFlow DIV class='inner'",
|
| "rect": [0, 200, 100, 100],
|
| "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target1' class='outer'",
|
| + "rect": [0, 0, 100, 100],
|
| + "reason": "style change"
|
| }
|
| ]
|
| }
|
| ],
|
| "objectPaintInvalidations": [
|
| {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target1' class='outer'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| "object": "LayoutBlockFlow (positioned) DIV id='target2' class='outer'",
|
| - "reason": "background obscuration change"
|
| + "reason": "style change"
|
| },
|
| {
|
| "object": "LayoutBlockFlow DIV class='inner'",
|
|
|