Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / move-squashing-layer-expected.txt
1 This tests that squashed layers' offset from renderer is updated properly. If not properly updated, the two divs will appear to be aligned vertically in the pixel results, while really the blue div ('squashed') should be offset 100px left of the green ('host').
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 2
11         (GraphicsLayer
12           (position 8.00 50.00)
13           (bounds 100.00 100.00)
14           (contentsOpaque 1)
15         )
16         (GraphicsLayer
17           (children 2
18             (GraphicsLayer
19               (position 100.00 100.00)
20               (bounds 100.00 100.00)
21               (contentsOpaque 1)
22             )
23             (GraphicsLayer
24               (position 8.00 8.00)
25               (bounds 100.00 100.00)
26               (drawsContent 1)
27             )
28           )
29         )
30       )
31     )
32   )
33 )
34