| 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 [150, 52, 50, 300], | |
| 10 [150, 52, 50, 300], | |
| 11 [150, 52, 50, 50], | |
| 12 [150, 52, 50, 50], | |
| 13 [0, 52, 200, 300], | 9 [0, 52, 200, 300], |
| 14 [0, 52, 160, 300], | 10 [0, 52, 160, 300], |
| 15 [0, 52, 160, 50], | 11 [0, 52, 160, 50], |
| 16 [0, 16, 800, 336], | 12 [0, 16, 800, 336], |
| 17 [0, 0, 800, 352], | 13 [0, 0, 800, 352], |
| 18 [-60, 52, 260, 300], | 14 [-60, 52, 260, 300], |
| 19 [-60, 52, 160, 300], | 15 [-60, 52, 160, 300], |
| 20 [-60, 52, 160, 50], | 16 [-60, 52, 160, 50], |
| 21 [-60, 16, 860, 336], | 17 [-60, 16, 860, 336], |
| 22 [-60, 0, 860, 352] | 18 [-60, 0, 860, 352] |
| 23 ], | 19 ], |
| 24 "paintInvalidationClients": [ | 20 "paintInvalidationClients": [ |
| 25 "LayoutBlockFlow DIV", | |
| 26 "LayoutBlockFlow DIV class='item1'", | |
| 27 "LayoutBlockFlow DIV", | |
| 28 "LayoutBlockFlow DIV class='item2'", | |
| 29 "LayoutGrid DIV id='container'", | |
| 30 "LayoutBlockFlow HTML", | 21 "LayoutBlockFlow HTML", |
| 31 "LayoutBlockFlow BODY", | 22 "LayoutBlockFlow BODY", |
| 32 "LayoutGrid DIV id='container'", | 23 "LayoutGrid DIV id='container'", |
| 33 "LayoutBlockFlow DIV class='item1'", | 24 "LayoutBlockFlow DIV class='item1'", |
| 34 "LayoutBlockFlow DIV", | |
| 35 "LayoutBlockFlow DIV class='item2'", | |
| 36 "LayoutBlockFlow DIV" | 25 "LayoutBlockFlow DIV" |
| 37 ] | 26 ] |
| 38 } | 27 } |
| 39 ] | 28 ] |
| 40 } | 29 } |
| 41 | 30 |
| OLD | NEW |