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