| 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": [39, 75, 36, 17], | 43 "rect": [39, 75, 36, 17], |
| 44 "reason": "selection" | 44 "reason": "selection" |
| 45 } | 45 } |
| 46 ] | 46 ] |
| 47 } | 47 } |
| 48 ], | 48 ], |
| 49 "objectPaintInvalidations": [ | 49 "objectPaintInvalidations": [ |
| 50 { | 50 { |
| 51 "object": "InlineTextBox 'world hello'", |
| 52 "reason": "full" |
| 53 }, |
| 54 { |
| 55 "object": "InlineTextBox ' '", |
| 56 "reason": "full" |
| 57 }, |
| 58 { |
| 59 "object": "InlineTextBox 'world hello world'", |
| 60 "reason": "full" |
| 61 }, |
| 62 { |
| 63 "object": "InlineTextBox ' '", |
| 64 "reason": "full" |
| 65 }, |
| 66 { |
| 67 "object": "InlineTextBox 'hello world hello'", |
| 68 "reason": "full" |
| 69 }, |
| 70 { |
| 71 "object": "InlineTextBox ' '", |
| 72 "reason": "full" |
| 73 }, |
| 74 { |
| 75 "object": "InlineTextBox 'world hello world'", |
| 76 "reason": "full" |
| 77 }, |
| 78 { |
| 79 "object": "InlineTextBox ' '", |
| 80 "reason": "full" |
| 81 }, |
| 82 { |
| 83 "object": "InlineTextBox 'hello world hello'", |
| 84 "reason": "full" |
| 85 }, |
| 86 { |
| 87 "object": "InlineTextBox ' '", |
| 88 "reason": "full" |
| 89 }, |
| 90 { |
| 91 "object": "InlineTextBox 'world hello'", |
| 92 "reason": "full" |
| 93 }, |
| 94 { |
| 51 "object": "LayoutText #text", | 95 "object": "LayoutText #text", |
| 52 "reason": "layoutObject removal" | 96 "reason": "layoutObject removal" |
| 53 }, | 97 }, |
| 54 { | 98 { |
| 55 "object": "LayoutInline SPAN id='removeme'", | 99 "object": "LayoutInline SPAN id='removeme'", |
| 56 "reason": "layoutObject removal" | 100 "reason": "layoutObject removal" |
| 57 }, | 101 }, |
| 58 { | 102 { |
| 103 "object": "InlineTextBox 'hello '", |
| 104 "reason": "full" |
| 105 }, |
| 106 { |
| 107 "object": "RootInlineBox", |
| 108 "reason": "full" |
| 109 }, |
| 110 { |
| 111 "object": "RootInlineBox", |
| 112 "reason": "full" |
| 113 }, |
| 114 { |
| 115 "object": "RootInlineBox", |
| 116 "reason": "full" |
| 117 }, |
| 118 { |
| 119 "object": "RootInlineBox", |
| 120 "reason": "full" |
| 121 }, |
| 122 { |
| 123 "object": "RootInlineBox", |
| 124 "reason": "full" |
| 125 }, |
| 126 { |
| 127 "object": "InlineTextBox ' world'", |
| 128 "reason": "full" |
| 129 }, |
| 130 { |
| 131 "object": "InlineTextBox '\n'", |
| 132 "reason": "full" |
| 133 }, |
| 134 { |
| 135 "object": "RootInlineBox", |
| 136 "reason": "full" |
| 137 }, |
| 138 { |
| 59 "object": "LayoutBlockFlow HTML", | 139 "object": "LayoutBlockFlow HTML", |
| 60 "reason": "selection" | 140 "reason": "selection" |
| 61 }, | 141 }, |
| 62 { | 142 { |
| 63 "object": "LayoutBlockFlow BODY", | 143 "object": "LayoutBlockFlow BODY", |
| 64 "reason": "selection" | 144 "reason": "selection" |
| 65 }, | 145 }, |
| 66 { | 146 { |
| 67 "object": "LayoutBlockFlow DIV id='test'", | 147 "object": "LayoutBlockFlow DIV id='test'", |
| 68 "reason": "selection" | 148 "reason": "selection" |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "object": "LayoutBR BR", | 187 "object": "LayoutBR BR", |
| 108 "reason": "bounds change" | 188 "reason": "bounds change" |
| 109 }, | 189 }, |
| 110 { | 190 { |
| 111 "object": "InlineTextBox '\n'", | 191 "object": "InlineTextBox '\n'", |
| 112 "reason": "bounds change" | 192 "reason": "bounds change" |
| 113 } | 193 } |
| 114 ] | 194 ] |
| 115 } | 195 } |
| 116 | 196 |
| OLD | NEW |