summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt
blob: 0d1f850dc93b7a7480f2d99bdb6c61b35c124741 (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
32
33
(GraphicsLayer
  (bounds 800.00 600.00)
  (children 1
    (GraphicsLayer
      (bounds 800.00 600.00)
      (contentsOpaque 1)
      (drawsContent 1)
      (children 1
        (GraphicsLayer
          (position 8.00 8.00)
          (bounds 122.00 242.00)
          (children 1
            (GraphicsLayer
              (position 1.00 1.00)
              (bounds 120.00 240.00)
              (children 1
                (GraphicsLayer
                  (position 10.00 10.00)
                  (bounds 100.00 100.00)
                  (contentsOpaque 1)
                  (drawsContent 1)
                  (backgroundColor #0000FF)
                  (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] [0.00 0.00 1.00 1.00])
                )
              )
            )
          )
        )
      )
    )
  )
)