| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "repaintRects": [ |
| 9 [39, 79, 142, 99], | 9 [39, 79, 142, 99], |
| 10 [38, 100, 152, 80], | 10 [38, 100, 152, 80], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 "InlineTextBox 'hello'", | 24 "InlineTextBox 'hello'", |
| 25 "LayoutText #text", | 25 "LayoutText #text", |
| 26 "RootInlineBox", | 26 "RootInlineBox", |
| 27 "RootInlineBox", | 27 "RootInlineBox", |
| 28 "RootInlineBox", | 28 "RootInlineBox", |
| 29 "RootInlineBox", | 29 "RootInlineBox", |
| 30 "InlineTextBox '\n'", | 30 "InlineTextBox '\n'", |
| 31 "RootInlineBox", | 31 "RootInlineBox", |
| 32 "LayoutBlockFlow DIV id='test'", | 32 "LayoutBlockFlow DIV id='test'", |
| 33 "LayoutBlockFlow DIV id='test'", | 33 "LayoutBlockFlow DIV id='test'", |
| 34 "RootInlineBox", |
| 34 "LayoutBR BR", | 35 "LayoutBR BR", |
| 35 "InlineTextBox '\n'", | 36 "InlineTextBox '\n'", |
| 36 "LayoutBlockFlow DIV id='test'" | 37 "LayoutBlockFlow DIV id='test'" |
| 37 ] | 38 ] |
| 38 } | 39 } |
| 39 ] | 40 ] |
| 40 } | 41 } |
| 41 | 42 |
| OLD | NEW |