| 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 [116, 84, 36, 48], | 9 [116, 84, 36, 48], |
| 10 [115, 114, 37, 18], | 10 [115, 114, 37, 18], |
| 11 [38, 132, 36, 18], | 11 [38, 132, 36, 18], |
| 12 [38, 132, 36, 18], | 12 [38, 132, 36, 18], |
| 13 [8, 132, 192, 72], | 13 [8, 132, 192, 72], |
| 14 [8, 114, 200, 90], | 14 [8, 114, 200, 90], |
| 15 [8, 84, 200, 120] | 15 [8, 84, 200, 120] |
| 16 ], |
| 17 "paintInvalidationClients": [ |
| 18 "InlineTextBox 'convallis,\n'", |
| 19 "InlineTextBox 'augue'", |
| 20 "RootInlineBox", |
| 21 "InlineTextBox 'purus'", |
| 22 "InlineFlowBox", |
| 23 "InlineTextBox ' eleifend lacus,'", |
| 24 "RootInlineBox", |
| 25 "InlineTextBox 'at sagittis eros leo pulvinar'", |
| 26 "RootInlineBox", |
| 27 "InlineTextBox 'velit. Integer sollicitudin nisi'", |
| 28 "RootInlineBox", |
| 29 "InlineTextBox 'ut urna blandit convallis.'", |
| 30 "RootInlineBox", |
| 31 "LayoutBlockFlow DIV", |
| 32 "LayoutInline SPAN id='t'", |
| 33 "InlineFlowBox", |
| 34 "LayoutText #text", |
| 35 "InlineTextBox 'purus'", |
| 36 "LayoutText #text", |
| 37 "InlineTextBox ' eleifend'", |
| 38 "InlineTextBox 'lacus, at sagittis eros leo'", |
| 39 "InlineTextBox 'pulvinar velit. Integer'", |
| 40 "InlineTextBox 'sollicitudin nisi ut urna blandit'", |
| 41 "InlineTextBox 'convallis.'" |
| 16 ] | 42 ] |
| 17 } | 43 } |
| 18 ] | 44 ] |
| 19 } | 45 } |
| 20 | 46 |
| OLD | NEW |