| 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         [8, 304, 64, 17], | 
| 9         [8, 286, 31, 17], | 10         [8, 286, 31, 17], | 
| 10         [8, 268, 69, 17], | 11         [8, 268, 69, 17], | 
|  | 12         [8, 250, 784, 72], | 
| 11         [8, 250, 113, 17], | 13         [8, 250, 113, 17], | 
|  | 14         [8, 204, 64, 17], | 
| 12         [8, 186, 31, 17], | 15         [8, 186, 31, 17], | 
| 13         [8, 168, 69, 17], | 16         [8, 168, 69, 17], | 
| 14         [8, 150, 113, 17], | 17         [8, 150, 113, 17], | 
| 15         [8, 150, 10, 100], | 18         [8, 150, 10, 100], | 
|  | 19         [8, 132, 80, 17], | 
| 16         [8, 114, 45, 17], | 20         [8, 114, 45, 17], | 
| 17         [8, 96, 80, 17], | 21         [8, 96, 80, 17], | 
| 18         [8, 78, 44, 17], | 22         [8, 78, 44, 17], | 
| 19         [8, 60, 40, 17], | 23         [8, 60, 784, 262], | 
| 20         [7, 304, 65, 17], | 24         [8, 60, 784, 162], | 
| 21         [7, 250, 785, 72], | 25         [8, 60, 784, 90], | 
| 22         [7, 204, 65, 17], | 26         [8, 60, 40, 17] | 
| 23         [7, 132, 81, 17], |  | 
| 24         [7, 60, 785, 262], |  | 
| 25         [7, 60, 785, 162], |  | 
| 26         [7, 60, 785, 90] |  | 
| 27       ], | 27       ], | 
| 28       "paintInvalidationClients": [ | 28       "paintInvalidationClients": [ | 
| 29         "InlineTextBox 'Word,'", | 29         "InlineTextBox 'Word,'", | 
| 30         "InlineTextBox '\n'", | 30         "InlineTextBox '\n'", | 
| 31         "RootInlineBox", | 31         "RootInlineBox", | 
| 32         "InlineTextBox 'words,'", | 32         "InlineTextBox 'words,'", | 
| 33         "InlineTextBox '\n'", | 33         "InlineTextBox '\n'", | 
| 34         "RootInlineBox", | 34         "RootInlineBox", | 
| 35         "InlineTextBox 'more words.'", | 35         "InlineTextBox 'more words.'", | 
| 36         "InlineTextBox '\n'", | 36         "InlineTextBox '\n'", | 
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 88         "InlineTextBox 'after'", | 88         "InlineTextBox 'after'", | 
| 89         "LayoutBR BR", | 89         "LayoutBR BR", | 
| 90         "InlineTextBox '\n'", | 90         "InlineTextBox '\n'", | 
| 91         "LayoutText #text", | 91         "LayoutText #text", | 
| 92         "InlineTextBox 'the break.'" | 92         "InlineTextBox 'the break.'" | 
| 93       ] | 93       ] | 
| 94     } | 94     } | 
| 95   ] | 95   ] | 
| 96 } | 96 } | 
| 97 | 97 | 
| OLD | NEW | 
|---|