summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-child-layer-expected.txt
blob: 1e03528f8b4d26915f8d9a34305752de988bac9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(GraphicsLayer
  (bounds 800.00 600.00)
  (children 1
    (GraphicsLayer
      (bounds 800.00 600.00)
      (contentsOpaque 1)
      (drawsContent 1)
      (children 2
        (GraphicsLayer
          (anchor 1.56 0.00)
          (bounds 256.00 256.00)
          (contentsOpaque 1)
          (drawsContent 1)
        )
        (GraphicsLayer
          (bounds 300.00 300.00)
          (contentsOpaque 1)
          (drawsContent 1)
          (backgroundColor #008000)
        )
      )
    )
  )
)