summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/contents-opaque/layer-opacity-expected.txt
blob: 19e8f4d139bc87c898f3e304d56098e80bda2e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(GraphicsLayer
  (bounds 800.00 600.00)
  (children 1
    (GraphicsLayer
      (bounds 800.00 600.00)
      (contentsOpaque 1)
      (children 1
        (GraphicsLayer
          (position 8.00 8.00)
          (bounds 100.00 100.00)
          (opacity 0.50)
          (contentsOpaque 1)
          (drawsContent 1)
          (backgroundColor #008000)
        )
      )
    )
  )
)