Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / virtual / softwarecompositing / layer-creation / fixed-position-nonscrollable-body-mismatch-containers-expected.txt
1 Even though the fixed-position element's container is nonscrollable, it should still be composited because one of its ancestors is scrolling.
2
3 (GraphicsLayer
4   (bounds 800.00 600.00)
5   (children 1
6     (GraphicsLayer
7       (bounds 800.00 600.00)
8       (contentsOpaque 1)
9       (drawsContent 1)
10       (children 1
11         (GraphicsLayer
12           (position 10.00 100.00)
13           (bounds 100.00 100.00)
14           (contentsOpaque 1)
15           (drawsContent 1)
16           (backgroundColor #00FF00)
17         )
18       )
19     )
20   )
21 )
22