| Index: third_party/WebKit/LayoutTests/fast/repaint/outline-change-invalidation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-invalidation-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/outline-change-invalidation-expected.txt
|
| index ba3f6467c6b6b22cf76e3be55044ac87c70968a4..09a085745ec01ab31eaca53ac873aa1a10106b3f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-invalidation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/outline-change-invalidation-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -10,13 +12,19 @@
|
| "object": "LayoutBlockFlow A id='link'",
|
| "rect": [43, 79, 754, 28],
|
| "reason": "style change"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow A id='link'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "reason": "style change"
|
| + }
|
| ]
|
| }
|
|
|
|
|