| OLD | NEW |
| 1 CASE 1, original layer tree | 1 CASE 1, original layer tree |
| 2 (GraphicsLayer | 2 (GraphicsLayer |
| 3 (bounds 800.00 600.00) | 3 (bounds 800.00 600.00) |
| 4 (children 1 | 4 (children 1 |
| 5 (GraphicsLayer | 5 (GraphicsLayer |
| 6 (bounds 800.00 600.00) | 6 (bounds 800.00 600.00) |
| 7 (contentsOpaque 1) | 7 (contentsOpaque 1) |
| 8 (drawsContent 1) | 8 (drawsContent 1) |
| 9 (children 1 | 9 (children 1 |
| 10 (GraphicsLayer | 10 (GraphicsLayer |
| 11 (children 2 | 11 (children 2 |
| 12 (GraphicsLayer | 12 (GraphicsLayer |
| 13 (position 50.00 50.00) | 13 (position 50.00 50.00) |
| 14 (bounds 100.00 100.00) | 14 (bounds 100.00 100.00) |
| 15 (contentsOpaque 1) | 15 (contentsOpaque 1) |
| 16 (drawsContent 1) | 16 (drawsContent 1) |
| 17 (backgroundColor #0000FF) | 17 (backgroundColor #0000FF) |
| 18 ) | 18 ) |
| 19 (GraphicsLayer | 19 (GraphicsLayer |
| 20 (position 130.00 130.00) | 20 (position 100.00 20.00) |
| 21 (bounds 100.00 100.00) | 21 (bounds 130.00 210.00) |
| 22 (drawsContent 1) | 22 (drawsContent 1) |
| 23 ) | 23 ) |
| 24 ) | 24 ) |
| 25 ) | 25 ) |
| 26 ) | 26 ) |
| 27 ) | 27 ) |
| 28 ) | 28 ) |
| 29 ) | 29 ) |
| 30 CASE 2, change color of "inner" to red | 30 CASE 2, layer tree with overflow:hidden on the parent of a composited box. Paren
t is no longer squashed. |
| 31 (GraphicsLayer | 31 (GraphicsLayer |
| 32 (bounds 800.00 600.00) | 32 (bounds 800.00 600.00) |
| 33 (children 1 | 33 (children 1 |
| 34 (GraphicsLayer | 34 (GraphicsLayer |
| 35 (bounds 800.00 600.00) | 35 (bounds 800.00 600.00) |
| 36 (contentsOpaque 1) | 36 (contentsOpaque 1) |
| 37 (drawsContent 1) | 37 (drawsContent 1) |
| 38 (children 1 | 38 (children 2 |
| 39 (GraphicsLayer | 39 (GraphicsLayer |
| 40 (children 2 | 40 (children 2 |
| 41 (GraphicsLayer | 41 (GraphicsLayer |
| 42 (position 50.00 50.00) | 42 (position 50.00 50.00) |
| 43 (bounds 100.00 100.00) | 43 (bounds 100.00 100.00) |
| 44 (contentsOpaque 1) | 44 (contentsOpaque 1) |
| 45 (drawsContent 1) | 45 (drawsContent 1) |
| 46 (backgroundColor #0000FF) | 46 (backgroundColor #0000FF) |
| 47 ) | 47 ) |
| 48 (GraphicsLayer | 48 (GraphicsLayer |
| 49 (position 130.00 130.00) | 49 (position 100.00 20.00) |
| 50 (bounds 100.00 100.00) | 50 (bounds 100.00 100.00) |
| 51 (drawsContent 1) | 51 (drawsContent 1) |
| 52 (repaint rects | |
| 53 (rect 10.00 10.00 50.00 50.00) | |
| 54 (rect 10.00 10.00 50.00 50.00) | |
| 55 ) | |
| 56 ) | 52 ) |
| 57 ) | 53 ) |
| 58 ) | 54 ) |
| 55 (GraphicsLayer |
| 56 (position 130.00 130.00) |
| 57 (bounds 100.00 100.00) |
| 58 (contentsOpaque 1) |
| 59 (drawsContent 1) |
| 60 (backgroundColor #00FFFF) |
| 61 ) |
| 59 ) | 62 ) |
| 60 ) | 63 ) |
| 61 ) | 64 ) |
| 62 ) | 65 ) |
| 63 | 66 |
| OLD | NEW |