| 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], | 9 [150, 52, 50, 300], |
| 10 [150, 52, 50, 300], | 10 [150, 52, 50, 300], |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 "LayoutGrid DIV id='container'", | 32 "LayoutGrid DIV id='container'", |
| 33 "LayoutBlockFlow DIV class='item1'", | 33 "LayoutBlockFlow DIV class='item1'", |
| 34 "LayoutBlockFlow DIV", | 34 "LayoutBlockFlow DIV", |
| 35 "LayoutBlockFlow DIV class='item2'", | 35 "LayoutBlockFlow DIV class='item2'", |
| 36 "LayoutBlockFlow DIV" | 36 "LayoutBlockFlow DIV" |
| 37 ] | 37 ] |
| 38 } | 38 } |
| 39 ] | 39 ] |
| 40 } | 40 } |
| 41 | 41 |
| OLD | NEW |