Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / geometry / limit-layer-bounds-fixed-expected.txt
blob0393e8a135d3a71f0f2a3d605871af8f75cc97f6
1 (GraphicsLayer
2   (bounds 785.00 5013.00)
3   (children 1
4     (GraphicsLayer
5       (bounds 785.00 5013.00)
6       (contentsOpaque 1)
7       (drawsContent 1)
8       (children 2
9         (GraphicsLayer
10           (position 100.00 3100.00)
11           (bounds 100.00 100.00)
12           (contentsOpaque 1)
13           (drawsContent 1)
14           (backgroundColor #FF0000)
15         )
16         (GraphicsLayer
17           (position 0.00 3000.00)
18           (bounds 300.00 200.00)
19           (drawsContent 1)
20           (backgroundColor #008000)
21         )
22       )
23     )
24   )