Chromium Code Reviews| Index: LayoutTests/compositing/transitions/transitions-have-composited-layers-expected.txt |
| diff --git a/LayoutTests/compositing/transitions/transitions-have-composited-layers-expected.txt b/LayoutTests/compositing/transitions/transitions-have-composited-layers-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..509d21006c0945a5b242d8407c3c36061b8741e3 |
| --- /dev/null |
| +++ b/LayoutTests/compositing/transitions/transitions-have-composited-layers-expected.txt |
| @@ -0,0 +1,33 @@ |
| +(GraphicsLayer |
| + (bounds 800.00 600.00) |
| + (children 1 |
| + (GraphicsLayer |
| + (bounds 800.00 600.00) |
| + (contentsOpaque 1) |
| + (children 3 |
| + (GraphicsLayer |
| + (position 60.00 0.00) |
| + (bounds 50.00 50.00) |
| + (contentsOpaque 1) |
| + (drawsContent 1) |
| + (backgroundColor #008000) |
| + ) |
| + (GraphicsLayer |
| + (position 120.00 0.00) |
| + (bounds 50.00 50.00) |
| + (contentsOpaque 1) |
| + (drawsContent 1) |
| + (backgroundColor #008000) |
| + ) |
| + (GraphicsLayer |
| + (position 180.00 0.00) |
| + (bounds 50.00 50.00) |
| + (contentsOpaque 1) |
| + (drawsContent 1) |
| + (backgroundColor #008000) |
| + ) |
| + ) |
| + ) |
| + ) |
| +) |
| + |