OLD | NEW |
1 From https://bugs.webkit.org/show_bug.cgi?id=44629. The parent is a tiled layer.
When the child is a non-tiled layer and it is switched to a tiled layer, a cras
h occurs. This test should not crash. | 1 From https://bugs.webkit.org/show_bug.cgi?id=44629. The parent is a tiled layer.
When the child is a non-tiled layer and it is switched to a tiled layer, a cras
h occurs. This test should not crash. |
2 | 2 |
3 (GraphicsLayer | 3 (GraphicsLayer |
4 (bounds 785.00 5116.00) | 4 (bounds 785.00 5116.00) |
5 (children 1 | 5 (children 1 |
6 (GraphicsLayer | 6 (GraphicsLayer |
7 (bounds 785.00 5116.00) | 7 (bounds 785.00 5116.00) |
8 (contentsOpaque 1) | 8 (contentsOpaque 1) |
9 (drawsContent 1) | |
10 (children 1 | 9 (children 1 |
11 (GraphicsLayer | 10 (GraphicsLayer |
12 (position 8.00 72.00) | 11 (position 8.00 72.00) |
13 (bounds 502.00 5002.00) | 12 (bounds 502.00 5002.00) |
14 (contentsOpaque 1) | 13 (contentsOpaque 1) |
15 (drawsContent 1) | 14 (drawsContent 1) |
16 (backgroundColor #FFFF00) | 15 (backgroundColor #FFFF00) |
17 (children 1 | 16 (children 1 |
18 (GraphicsLayer | 17 (GraphicsLayer |
19 (position 51.00 101.00) | 18 (position 51.00 101.00) |
20 (bounds 200.00 4800.00) | 19 (bounds 200.00 4800.00) |
21 (contentsOpaque 1) | 20 (contentsOpaque 1) |
22 (drawsContent 1) | 21 (drawsContent 1) |
23 (backgroundColor #FF0000) | 22 (backgroundColor #FF0000) |
24 ) | 23 ) |
25 ) | 24 ) |
26 ) | 25 ) |
27 ) | 26 ) |
28 ) | 27 ) |
29 ) | 28 ) |
30 ) | 29 ) |
31 | 30 |
OLD | NEW |