| 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 30 matching lines...) Expand all Loading... |
| 41 { | 41 { |
| 42 "object": "LayoutText #text", | 42 "object": "LayoutText #text", |
| 43 "rect": [8, 136, 4, 19], | 43 "rect": [8, 136, 4, 19], |
| 44 "reason": "style change" | 44 "reason": "style change" |
| 45 } | 45 } |
| 46 ] | 46 ] |
| 47 } | 47 } |
| 48 ], | 48 ], |
| 49 "objectPaintInvalidations": [ | 49 "objectPaintInvalidations": [ |
| 50 { | 50 { |
| 51 "object": "InlineTextBox ''", |
| 52 "reason": "full" |
| 53 }, |
| 54 { |
| 55 "object": "InlineTextBox '\n'", |
| 56 "reason": "full" |
| 57 }, |
| 58 { |
| 59 "object": "RootInlineBox", |
| 60 "reason": "full" |
| 61 }, |
| 62 { |
| 51 "object": "LayoutBlockFlow P", | 63 "object": "LayoutBlockFlow P", |
| 52 "reason": "incremental" | 64 "reason": "incremental" |
| 53 }, | 65 }, |
| 54 { | 66 { |
| 55 "object": "LayoutBlockFlow P", | 67 "object": "LayoutBlockFlow P", |
| 56 "reason": "invalidate paint rectangle" | 68 "reason": "invalidate paint rectangle" |
| 57 }, | 69 }, |
| 58 { | 70 { |
| 59 "object": "RootInlineBox", | 71 "object": "RootInlineBox", |
| 60 "reason": "incremental" | 72 "reason": "incremental" |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 "object": "LayoutBR BR", | 107 "object": "LayoutBR BR", |
| 96 "reason": "bounds change" | 108 "reason": "bounds change" |
| 97 }, | 109 }, |
| 98 { | 110 { |
| 99 "object": "InlineTextBox '\n'", | 111 "object": "InlineTextBox '\n'", |
| 100 "reason": "bounds change" | 112 "reason": "bounds change" |
| 101 } | 113 } |
| 102 ] | 114 ] |
| 103 } | 115 } |
| 104 | 116 |
| OLD | NEW |