| 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 "paintInvalidationClients": [ | 8 "paintInvalidationClients": [ |
| 9 "LayoutBlockFlow (relative positioned) DIV id='inner'" | 9 "LayoutBlockFlow (relative positioned) DIV id='inner'" |
| 10 ], | 10 ], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 "LayoutBlockFlow (relative positioned) DIV id='outer'", | 25 "LayoutBlockFlow (relative positioned) DIV id='outer'", |
| 26 "LayoutBlockFlow (relative positioned) DIV id='inner'", | 26 "LayoutBlockFlow (relative positioned) DIV id='inner'", |
| 27 "LayoutBlockFlow (relative positioned) DIV id='outer'" | 27 "LayoutBlockFlow (relative positioned) DIV id='outer'" |
| 28 ] | 28 ] |
| 29 } | 29 } |
| 30 ] | 30 ] |
| 31 } | 31 } |
| 32 ] | 32 ] |
| 33 } | 33 } |
| 34 | 34 |
| OLD | NEW |