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