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