| 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 [120, 80, 20, 20], | 9 [120, 80, 20, 20], |
| 10 [120, 33, 20, 20], | 10 [120, 33, 20, 20], |
| 11 [0, 100, 800, 5], | 11 [0, 100, 800, 5], |
| 12 [0, 100, 800, 5], | |
| 13 [0, 80, 20, 20], | 12 [0, 80, 20, 20], |
| 14 [0, 33, 20, 20], | 13 [0, 33, 20, 20], |
| 15 [0, 0, 800, 104] | 14 [0, 0, 800, 104] |
| 16 ], | 15 ], |
| 17 "paintInvalidationClients": [ | 16 "paintInvalidationClients": [ |
| 18 "InlineBox", | 17 "InlineBox", |
| 19 "InlineBox", | 18 "InlineBox", |
| 20 "InlineBox", | 19 "InlineBox", |
| 21 "RootInlineBox", | 20 "RootInlineBox", |
| 22 "LayoutBlockFlow HTML", | |
| 23 "LayoutBlockFlow BODY", | 21 "LayoutBlockFlow BODY", |
| 24 "LayoutBlockFlow BODY", | 22 "LayoutBlockFlow BODY", |
| 25 "LayoutBlockFlow DIV class='other'", | 23 "LayoutBlockFlow DIV class='other'", |
| 26 "LayoutBlockFlow DIV class='other'" | 24 "LayoutBlockFlow DIV class='other'" |
| 27 ] | 25 ] |
| 28 } | 26 } |
| 29 ] | 27 ] |
| 30 } | 28 } |
| 31 | 29 |
| OLD | NEW |