| Index: third_party/WebKit/LayoutTests/fast/repaint/outline-change-continuations-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-continuations-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/outline-change-continuations-expected.txt
|
| index 2280a255629f96a817f0b3da518d526002ec6cd9..84676b42a0e1a1fc24b8a9a6e092406bdfc5873c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/outline-change-continuations-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/outline-change-continuations-expected.txt
|
| @@ -1,32 +1,34 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| - "drawsContent": true,
|
| - "paintInvalidations": [
|
| - {
|
| - "object": "LayoutBlockFlow (anonymous)",
|
| - "reason": "forced by layout"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow (anonymous)",
|
| - "reason": "forced by layout"
|
| - },
|
| - {
|
| - "object": "LayoutInline SPAN id='outer'",
|
| - "reason": "style change"
|
| - },
|
| - {
|
| - "object": "LayoutInline SPAN id='outer'",
|
| - "reason": "style change"
|
| - },
|
| - {
|
| - "object": "LayoutText #text",
|
| - "reason": "outline"
|
| - }
|
| - ]
|
| + "drawsContent": true
|
| + }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (anonymous)",
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutInline SPAN id='outer'",
|
| + "reason": "style change"
|
| + },
|
| + {
|
| + "object": "LayoutText #text",
|
| + "reason": "outline"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (anonymous)",
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutInline SPAN id='outer'",
|
| + "reason": "style change"
|
| }
|
| ]
|
| }
|
|
|