summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt
blob: 51cb939dc4f19cb5e73badda20f67e3700c8b9c1 (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
26
27
28
29
30
31
(GraphicsLayer
  (bounds 800.00 600.00)
  (children 1
    (GraphicsLayer
      (bounds 800.00 600.00)
      (contentsOpaque 1)
      (children 2
        (GraphicsLayer
          (position 23.00 8.00)
          (anchor 1.47 0.00)
          (bounds 256.00 256.00)
          (contentsOpaque 1)
          (drawsContent 1)
          (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [-10.00 0.00 0.00 1.00])
          (children 1
            (GraphicsLayer
              (position 385.00 0.00)
            )
          )
        )
        (GraphicsLayer
          (bounds 300.00 300.00)
          (contentsOpaque 1)
          (drawsContent 1)
          (backgroundColor #008000)
        )
      )
    )
  )
)