| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow DIV id='content'", | 10 "object": "LayoutBlockFlow DIV id='content'", |
| 11 "rect": [138, 128, 654, 100], | 11 "rect": [138, 128, 654, 100], |
| 12 "reason": "style change" | 12 "reason": "style change" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow P", | |
| 16 "rect": [138, 128, 654, 100], | |
| 17 "reason": "forced by layout" | |
| 18 }, | |
| 19 { | |
| 20 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
| 21 "rect": [137, 128, 652, 99], | 16 "rect": [137, 128, 652, 99], |
| 22 "reason": "forced by layout" | 17 "reason": "forced by layout" |
| 23 }, | 18 }, |
| 24 { | 19 { |
| 25 "object": "LayoutBlockFlow DIV id='content'", | 20 "object": "LayoutBlockFlow DIV id='content'", |
| 26 "rect": [148, 128, 644, 100], | 21 "rect": [148, 128, 644, 100], |
| 27 "reason": "style change" | 22 "reason": "style change" |
| 28 }, | 23 }, |
| 29 { | 24 { |
| 30 "object": "LayoutBlockFlow P", | |
| 31 "rect": [148, 128, 644, 100], | |
| 32 "reason": "forced by layout" | |
| 33 }, | |
| 34 { | |
| 35 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
| 36 "rect": [147, 128, 641, 99], | 26 "rect": [147, 128, 641, 99], |
| 37 "reason": "forced by layout" | 27 "reason": "forced by layout" |
| 38 }, | 28 }, |
| 39 { | 29 { |
| 40 "object": "LayoutBlockFlow DIV id='content'", | 30 "object": "LayoutBlockFlow DIV id='content'", |
| 41 "rect": [400, 128, 392, 160], | 31 "rect": [400, 128, 392, 160], |
| 42 "reason": "style change" | 32 "reason": "style change" |
| 43 }, | 33 }, |
| 44 { | 34 { |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 "object": "InlineTextBox 'vel varius vestibulum, purus quam mollis sapien,
in condimentum leo neque sed nulla. Nunc quis porta elit.'", | 136 "object": "InlineTextBox 'vel varius vestibulum, purus quam mollis sapien,
in condimentum leo neque sed nulla. Nunc quis porta elit.'", |
| 147 "reason": "forced by layout" | 137 "reason": "forced by layout" |
| 148 }, | 138 }, |
| 149 { | 139 { |
| 150 "object": "InlineTextBox 'Pellentesque erat lectus, ultricies a lobortis i
d, faucibus id quam.'", | 140 "object": "InlineTextBox 'Pellentesque erat lectus, ultricies a lobortis i
d, faucibus id quam.'", |
| 151 "reason": "forced by layout" | 141 "reason": "forced by layout" |
| 152 } | 142 } |
| 153 ] | 143 ] |
| 154 } | 144 } |
| 155 | 145 |
| OLD | NEW |