summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt
blob: d55b037a74247cc87ab5c127e2a109779c53ae0b (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
(GraphicsLayer
  (bounds 800.00 600.00)
  (children 1
    (GraphicsLayer
      (bounds 800.00 600.00)
      (contentsOpaque 1)
      (children 2
        (GraphicsLayer
          (position 10.00 10.00)
          (bounds 120.00 120.00)
          (drawsContent 1)
          (backgroundColor #008000)
          (children 1
            (GraphicsLayer
              (position 50.00 50.00)
              (bounds 220.00 120.00)
              (drawsContent 1)
              (backgroundColor #FF000099)
            )
          )
        )
        (GraphicsLayer
          (position 65.00 65.00)
          (bounds 76.00 76.00)
          (drawsContent 1)
          (backgroundColor #0000FF)
        )
      )
    )
  )
)