| 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": [ |
| 11 { | 11 { |
| 12 "object": "LayoutBlockFlow DIV id='test'", | 12 "object": "LayoutBlockFlow DIV id='test'", |
| 13 "rect": [38, 78, 152, 102], | 13 "rect": [38, 78, 152, 102], |
| 14 "reason": "forced by layout" | 14 "reason": "forced by layout" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "object": "LayoutText #text", | 17 "object": "LayoutText #text", |
| 18 "rect": [39, 79, 146, 99], | 18 "rect": [39, 79, 146, 99], |
| 19 "reason": "layoutObject removal" | 19 "reason": "layoutObject removal" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "object": "LayoutText #text", | 22 "object": "LayoutText #text", |
| 23 "rect": [67, 158, 39, 20], | 23 "rect": [67, 158, 39, 20], |
| 24 "reason": "forced by layout" | 24 "reason": "forced by layout" |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 "object": "LayoutText #text", | 27 "object": "LayoutText #text", |
| 28 "rect": [71, 79, 35, 19], | 28 "rect": [70, 79, 36, 19], |
| 29 "reason": "forced by layout" | 29 "reason": "forced by layout" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "object": "LayoutText #text", | 32 "object": "LayoutText #text", |
| 33 "rect": [39, 79, 32, 19], | 33 "rect": [39, 79, 32, 19], |
| 34 "reason": "forced by layout" | 34 "reason": "forced by layout" |
| 35 } | 35 } |
| 36 ] | 36 ] |
| 37 } | 37 } |
| 38 ], | 38 ], |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "object": "LayoutBR BR", | 101 "object": "LayoutBR BR", |
| 102 "reason": "forced by layout" | 102 "reason": "forced by layout" |
| 103 }, | 103 }, |
| 104 { | 104 { |
| 105 "object": "InlineTextBox '\n'", | 105 "object": "InlineTextBox '\n'", |
| 106 "reason": "forced by layout" | 106 "reason": "forced by layout" |
| 107 } | 107 } |
| 108 ] | 108 ] |
| 109 } | 109 } |
| 110 | 110 |
| OLD | NEW |