| Index: third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt
|
| index 130507f6016b2eedd0ca23d338d46a48362043fa..f2b2df546a022052f75284daf5368db79dc13c32 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/box-sizing-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,16 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'",
|
| + "reason": "content box change"
|
| + }
|
| ]
|
| }
|
|
|
|
|