| 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 [48, 308, 10, 15], | 9 [48, 308, 10, 15], |
| 10 [8, 353, 60, 38], | 10 [8, 353, 60, 38], |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 "LayoutBlockFlow DIV class='green half'", | 38 "LayoutBlockFlow DIV class='green half'", |
| 39 "LayoutBlockFlow DIV class='red half'", | 39 "LayoutBlockFlow DIV class='red half'", |
| 40 "LayoutBlockFlow DIV id='innerDiv'", | 40 "LayoutBlockFlow DIV id='innerDiv'", |
| 41 "LayoutBlockFlow DIV class='half'", | 41 "LayoutBlockFlow DIV class='half'", |
| 42 "LayoutBlockFlow DIV class='half'" | 42 "LayoutBlockFlow DIV class='half'" |
| 43 ] | 43 ] |
| 44 } | 44 } |
| 45 ] | 45 ] |
| 46 } | 46 } |
| 47 | 47 |
| OLD | NEW |