| 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 [508, 208, 100, 100], | 9 [508, 208, 100, 100], |
| 10 [508, 208, 100, 100], | 10 [508, 208, 100, 100], |
| 11 [508, 88, 100, 300], | 11 [508, 88, 100, 300], |
| 12 [508, 88, 100, 300], | 12 [508, 88, 100, 300], |
| 13 [508, 88, 100, 300], | 13 [508, 88, 100, 300], |
| 14 [508, 88, 100, 220], | 14 [508, 88, 100, 220], |
| 15 [508, 88, 100, 100], | 15 [508, 88, 100, 100], |
| 16 [408, 208, 100, 100], | 16 [408, 208, 100, 100], |
| 17 [408, 208, 100, 100], | 17 [408, 208, 100, 100], |
| 18 [408, 88, 200, 300], | 18 [408, 88, 200, 300], |
| 19 [408, 88, 100, 300], | 19 [408, 88, 100, 300], |
| 20 [408, 88, 100, 220] | 20 [408, 88, 100, 220] |
| 21 ], |
| 22 "paintInvalidationClients": [ |
| 23 "LayoutBlockFlow (positioned) DIV id='remove_child'", |
| 24 "LayoutBlockFlow (floating) DIV id='remove' class='outer'", |
| 25 "LayoutBlockFlow (floating) DIV id='container'", |
| 26 "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer'", |
| 27 "LayoutBlockFlow (relative positioned) DIV id='keep_inner'", |
| 28 "LayoutBlockFlow (positioned) DIV id='abs_pos'", |
| 29 "LayoutBlockFlow DIV id='keep_child'" |
| 21 ] | 30 ] |
| 22 } | 31 } |
| 23 ] | 32 ] |
| 24 } | 33 } |
| 25 | 34 |
| OLD | NEW |