| 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 DIV", | |
| 11 "rect": [7, 118, 786, 103], | |
| 12 "reason": "outline" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutBlockFlow DIV id='two'", | 10 "object": "LayoutBlockFlow DIV id='two'", |
| 16 "rect": [8, 137, 784, 37], | 11 "rect": [8, 137, 784, 37], |
| 17 "reason": "layoutObject removal" | 12 "reason": "layoutObject removal" |
| 18 }, | 13 }, |
| 19 { | 14 { |
| 20 "object": "LayoutBlockFlow DIV", | 15 "object": "LayoutBlockFlow DIV", |
| 21 "rect": [8, 155, 784, 19], | 16 "rect": [8, 155, 784, 19], |
| 22 "reason": "layoutObject removal" | 17 "reason": "layoutObject removal" |
| 23 }, | 18 }, |
| 24 { | 19 { |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 }, | 103 }, |
| 109 { | 104 { |
| 110 "object": "LayoutInline SPAN", | 105 "object": "LayoutInline SPAN", |
| 111 "reason": "layoutObject removal" | 106 "reason": "layoutObject removal" |
| 112 }, | 107 }, |
| 113 { | 108 { |
| 114 "object": "Caret", | 109 "object": "Caret", |
| 115 "reason": "invalidate paint rectangle" | 110 "reason": "invalidate paint rectangle" |
| 116 }, | 111 }, |
| 117 { | 112 { |
| 118 "object": "LayoutBlockFlow DIV", | |
| 119 "reason": "outline" | |
| 120 }, | |
| 121 { | |
| 122 "object": "LayoutBlockFlow DIV id='one'", | 113 "object": "LayoutBlockFlow DIV id='one'", |
| 123 "reason": "full" | 114 "reason": "full" |
| 124 }, | 115 }, |
| 125 { | 116 { |
| 126 "object": "RootInlineBox", | 117 "object": "RootInlineBox", |
| 127 "reason": "full" | 118 "reason": "full" |
| 128 }, | 119 }, |
| 129 { | 120 { |
| 130 "object": "Caret", | 121 "object": "Caret", |
| 131 "reason": "invalidate paint rectangle" | 122 "reason": "invalidate paint rectangle" |
| 132 }, | 123 }, |
| 133 { | 124 { |
| 134 "object": "Caret", | 125 "object": "Caret", |
| 135 "reason": "invalidate paint rectangle" | 126 "reason": "invalidate paint rectangle" |
| 136 }, | 127 }, |
| 137 { | 128 { |
| 138 "object": "LayoutText #text", | 129 "object": "LayoutText #text", |
| 139 "reason": "layoutObject insertion" | 130 "reason": "layoutObject insertion" |
| 140 }, | 131 }, |
| 141 { | 132 { |
| 142 "object": "InlineTextBox 'three'", | 133 "object": "InlineTextBox 'three'", |
| 143 "reason": "layoutObject insertion" | 134 "reason": "layoutObject insertion" |
| 144 } | 135 } |
| 145 ] | 136 ] |
| 146 } | 137 } |
| 147 | 138 |
| OLD | NEW |