summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/overflow-trumps-transform-style-expected.txt
blob: 190e9e5419a7ad06297f251c3fca5f87489ec6bd (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
preserve-3d
flat
(GraphicsLayer
  (bounds 800.00 600.00)
  (children 1
    (GraphicsLayer
      (bounds 800.00 600.00)
      (contentsOpaque 1)
      (drawsContent 1)
      (children 2
        (GraphicsLayer
          (position 18.00 10.00)
          (bounds 100.00 100.00)
          (contentsOpaque 1)
          (preserves3D 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])
        )
        (GraphicsLayer
          (position 18.00 120.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])
        )
      )
    )
  )
)