| 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 [348, 88, 260, 100], | 9 [348, 88, 260, 100], |
| 10 [348, 88, 260, 100], | 10 [348, 88, 260, 100], |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer'", | 28 "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer'", |
| 29 "LayoutBlockFlow DIV", | 29 "LayoutBlockFlow DIV", |
| 30 "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_inner' cl
ass='inner'", | 30 "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_inner' cl
ass='inner'", |
| 31 "LayoutBlockFlow (positioned) DIV class='abs_pos'", | 31 "LayoutBlockFlow (positioned) DIV class='abs_pos'", |
| 32 "LayoutBlockFlow DIV id='keep' class='item'" | 32 "LayoutBlockFlow DIV id='keep' class='item'" |
| 33 ] | 33 ] |
| 34 } | 34 } |
| 35 ] | 35 ] |
| 36 } | 36 } |
| 37 | 37 |
| OLD | NEW |