| Index: third_party/WebKit/LayoutTests/fast/repaint/outline-child-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-child-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/outline-child-repaint-expected.txt
|
| index 6e46fd60bd346ae007a609aaf1a6c986aac1549f..5304f4125186656c223ca693195c72ffccc99a57 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/outline-child-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/outline-child-repaint-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -28,6 +30,16 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='container'",
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV class='outlined'",
|
| + "reason": "outline"
|
| + }
|
| ]
|
| }
|
|
|
|
|