Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / virtual / softwarecompositing / layer-creation / fixed-position-change-out-of-view-in-view-expected.txt
1 Layer tree when the fixed elements are out-of-view (should have just a root layer):
2 (GraphicsLayer
3   (bounds 785.00 4016.00)
4   (children 1
5     (GraphicsLayer
6       (bounds 785.00 4016.00)
7       (contentsOpaque 1)
8       (drawsContent 1)
9     )
10   )
11 )
12 Layer tree when the fixed elements are in-view (both fixed elements should have layers):
13 (GraphicsLayer
14   (bounds 785.00 4016.00)
15   (children 1
16     (GraphicsLayer
17       (bounds 785.00 4016.00)
18       (contentsOpaque 1)
19       (drawsContent 1)
20       (children 2
21         (GraphicsLayer
22           (position 100.00 50.00)
23           (bounds 10.00 10.00)
24           (contentsOpaque 1)
25           (drawsContent 1)
26           (backgroundColor #C0C0C0)
27         )
28         (GraphicsLayer
29           (position 100.00 100.00)
30           (bounds 10.00 10.00)
31           (contentsOpaque 1)
32           (drawsContent 1)
33           (backgroundColor #C0C0C0)
34         )
35       )
36     )
37   )
38 )
39 Layer tree when the fixed elements are out-of-view again (should have just a root layer):
40 (GraphicsLayer
41   (bounds 785.00 4016.00)
42   (children 1
43     (GraphicsLayer
44       (bounds 785.00 4016.00)
45       (contentsOpaque 1)
46       (drawsContent 1)
47     )
48   )
49 )
50