OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 15 matching lines...) Expand all Loading... |
26 { | 26 { |
27 "object": "LayoutInline SPAN id='outer'", | 27 "object": "LayoutInline SPAN id='outer'", |
28 "rect": [16, 146, 88, 21], | 28 "rect": [16, 146, 88, 21], |
29 "reason": "style change" | 29 "reason": "style change" |
30 } | 30 } |
31 ] | 31 ] |
32 } | 32 } |
33 ], | 33 ], |
34 "objectPaintInvalidations": [ | 34 "objectPaintInvalidations": [ |
35 { | 35 { |
| 36 "object": "InlineTextBox 'CONTENTS'", |
| 37 "reason": "full" |
| 38 }, |
| 39 { |
| 40 "object": "RootInlineBox", |
| 41 "reason": "full" |
| 42 }, |
| 43 { |
| 44 "object": "InlineTextBox 'CONTENTS'", |
| 45 "reason": "full" |
| 46 }, |
| 47 { |
| 48 "object": "RootInlineBox", |
| 49 "reason": "full" |
| 50 }, |
| 51 { |
36 "object": "LayoutBlockFlow (anonymous)", | 52 "object": "LayoutBlockFlow (anonymous)", |
37 "reason": "invalidate paint rectangle" | 53 "reason": "invalidate paint rectangle" |
38 }, | 54 }, |
39 { | 55 { |
40 "object": "LayoutInline SPAN id='outer'", | 56 "object": "LayoutInline SPAN id='outer'", |
41 "reason": "style change" | 57 "reason": "style change" |
42 }, | 58 }, |
43 { | 59 { |
44 "object": "InlineFlowBox", | 60 "object": "InlineFlowBox", |
45 "reason": "style change" | 61 "reason": "style change" |
(...skipping 14 matching lines...) Expand all Loading... |
60 "object": "LayoutBlockFlow (anonymous)", | 76 "object": "LayoutBlockFlow (anonymous)", |
61 "reason": "forced by layout" | 77 "reason": "forced by layout" |
62 }, | 78 }, |
63 { | 79 { |
64 "object": "LayoutInline SPAN id='outer'", | 80 "object": "LayoutInline SPAN id='outer'", |
65 "reason": "style change" | 81 "reason": "style change" |
66 } | 82 } |
67 ] | 83 ] |
68 } | 84 } |
69 | 85 |
OLD | NEW |