| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 { | 71 { |
| 72 "object": "LayoutInline (relative positioned) SPAN id='target'", | 72 "object": "LayoutInline (relative positioned) SPAN id='target'", |
| 73 "reason": "forced by layout" | 73 "reason": "forced by layout" |
| 74 }, | 74 }, |
| 75 { | 75 { |
| 76 "object": "InlineFlowBox", | 76 "object": "InlineFlowBox", |
| 77 "reason": "forced by layout" | 77 "reason": "forced by layout" |
| 78 }, | 78 }, |
| 79 { | 79 { |
| 80 "object": "LayoutText #text", | 80 "object": "LayoutText #text", |
| 81 "reason": "bounds change" | 81 "reason": "location change" |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 "object": "LayoutBlockFlow DIV", | 84 "object": "LayoutBlockFlow DIV", |
| 85 "reason": "forced by layout" | 85 "reason": "forced by layout" |
| 86 }, | 86 }, |
| 87 { | 87 { |
| 88 "object": "RootInlineBox", | 88 "object": "RootInlineBox", |
| 89 "reason": "forced by layout" | 89 "reason": "forced by layout" |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 "object": "LayoutText #text", | 92 "object": "LayoutText #text", |
| 93 "reason": "bounds change" | 93 "reason": "bounds change" |
| 94 }, | 94 }, |
| 95 { | 95 { |
| 96 "object": "InlineTextBox 'x'", | 96 "object": "InlineTextBox 'x'", |
| 97 "reason": "bounds change" | 97 "reason": "bounds change" |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 "object": "LayoutText #text", | 100 "object": "LayoutText #text", |
| 101 "reason": "bounds change" | 101 "reason": "location change" |
| 102 } | 102 } |
| 103 ] | 103 ] |
| 104 } | 104 } |
| 105 | 105 |
| OLD | NEW |