| 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 [18, 18, 284, 18], | 9 [18, 18, 284, 18], |
| 10 [18, 18, 284, 18], | 10 [18, 18, 284, 18], |
| 11 [18, 18, 23, 17], | 11 [18, 18, 23, 17], |
| 12 [10, 18, 300, 26], | |
| 13 [8, 184, 784, 18], | 12 [8, 184, 784, 18], |
| 14 [8, 184, 23, 17], | 13 [8, 184, 23, 17] |
| 15 [0, 192, 800, 18] | |
| 16 ], | 14 ], |
| 17 "paintInvalidationClients": [ | 15 "paintInvalidationClients": [ |
| 18 "InlineTextBox 'abc'", | 16 "InlineTextBox 'abc'", |
| 19 "LayoutText #text", | 17 "LayoutText #text", |
| 20 "RootInlineBox", | 18 "RootInlineBox", |
| 21 "LayoutBlockFlow DIV id='inner-target'", | 19 "LayoutBlockFlow DIV id='inner-target'", |
| 22 "LayoutBlockFlow HTML", | |
| 23 "LayoutBlockFlow DIV id='inner-target'", | 20 "LayoutBlockFlow DIV id='inner-target'", |
| 24 "LayoutText #text", | 21 "LayoutText #text", |
| 25 "InlineTextBox 'abc'", | 22 "InlineTextBox 'abc'", |
| 26 "LayoutBlockFlow HTML", | |
| 27 "LayoutBlockFlow BODY" | 23 "LayoutBlockFlow BODY" |
| 28 ] | 24 ] |
| 29 } | 25 } |
| 30 ] | 26 ] |
| 31 } | 27 } |
| 32 | 28 |
| OLD | NEW |