| 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, 75, 119, 108], | 9 [39, 75, 119, 108], |
| 10 [38, 94, 152, 90], | 10 [38, 94, 152, 90], |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 "LayoutText #text", | 27 "LayoutText #text", |
| 28 "RootInlineBox", | 28 "RootInlineBox", |
| 29 "RootInlineBox", | 29 "RootInlineBox", |
| 30 "RootInlineBox", | 30 "RootInlineBox", |
| 31 "RootInlineBox", | 31 "RootInlineBox", |
| 32 "RootInlineBox", | 32 "RootInlineBox", |
| 33 "InlineTextBox '\n'", | 33 "InlineTextBox '\n'", |
| 34 "RootInlineBox", | 34 "RootInlineBox", |
| 35 "LayoutBlockFlow DIV id='test'", | 35 "LayoutBlockFlow DIV id='test'", |
| 36 "LayoutBlockFlow DIV id='test'", | 36 "LayoutBlockFlow DIV id='test'", |
| 37 "RootInlineBox", |
| 37 "LayoutBR BR", | 38 "LayoutBR BR", |
| 38 "InlineTextBox '\n'", | 39 "InlineTextBox '\n'", |
| 39 "LayoutBlockFlow DIV id='test'" | 40 "LayoutBlockFlow DIV id='test'" |
| 40 ] | 41 ] |
| 41 } | 42 } |
| 42 ] | 43 ] |
| 43 } | 44 } |
| 44 | 45 |
| OLD | NEW |