summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-expected.txt
blob: 095fe06411dfd4d8393be22b482c9f03daf18c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(GraphicsLayer
  (bounds 800.00 600.00)
  (children 1
    (GraphicsLayer
      (bounds 800.00 600.00)
      (contentsOpaque 1)
      (drawsContent 1)
      (children 2
        (GraphicsLayer
          (position 8.00 8.00)
          (bounds 20.00 20.00)
          (contentsOpaque 1)
        )
        (GraphicsLayer
          (position 8.00 18.00)
          (bounds 142.00 142.00)
          (drawsContent 1)
        )
      )
    )
  )
)