| Index: third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt
|
| index 15763f17d73463b9212bcf2b64ecc303d616fb26..c1c9ed7bbda809c3cfc2b95c353735f94019ce09 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/outline-repaint-glitch-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,24 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='a'",
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='b'",
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
|
|
|
|