| 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 P", | 10 "object": "LayoutBlockFlow P", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
| 31 "rect": [8, 145, 4, 17], | 31 "rect": [8, 145, 4, 17], |
| 32 "reason": "style change" | 32 "reason": "style change" |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "object": "LayoutText #text", | 35 "object": "LayoutText #text", |
| 36 "rect": [8, 130, 4, 17], | 36 "rect": [8, 130, 4, 17], |
| 37 "reason": "style change" | 37 "reason": "style change" |
| 38 }, | |
| 39 { | |
| 40 "object": "LayoutBR BR", | |
| 41 "rect": [43, 178, 1, 17], | |
| 42 "reason": "forced by layout" | |
| 43 }, | |
| 44 { | |
| 45 "object": "LayoutBR BR", | |
| 46 "rect": [43, 148, 1, 17], | |
| 47 "reason": "forced by layout" | |
| 48 } | 38 } |
| 49 ] | 39 ] |
| 50 } | 40 } |
| 51 ], | 41 ], |
| 52 "objectPaintInvalidations": [ | 42 "objectPaintInvalidations": [ |
| 53 { | 43 { |
| 54 "object": "LayoutBlockFlow P", | 44 "object": "LayoutBlockFlow P", |
| 55 "reason": "forced by layout" | 45 "reason": "forced by layout" |
| 56 }, | 46 }, |
| 57 { | 47 { |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 "object": "LayoutBR BR", | 84 "object": "LayoutBR BR", |
| 95 "reason": "forced by layout" | 85 "reason": "forced by layout" |
| 96 }, | 86 }, |
| 97 { | 87 { |
| 98 "object": "InlineTextBox '\n'", | 88 "object": "InlineTextBox '\n'", |
| 99 "reason": "forced by layout" | 89 "reason": "forced by layout" |
| 100 } | 90 } |
| 101 ] | 91 ] |
| 102 } | 92 } |
| 103 | 93 |
| OLD | NEW |