summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/layer-creation/scroll-partial-update-expected.txt
blob: 467133e17af60daa79c6ab48525a5e31979ac0f5 (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
scroll me
(GraphicsLayer
  (bounds 800.00 600.00)
  (children 1
    (GraphicsLayer
      (bounds 800.00 600.00)
      (contentsOpaque 1)
      (drawsContent 1)
      (children 3
        (GraphicsLayer
          (position 8.00 8.00)
          (bounds 20.00 20.00)
        )
        (GraphicsLayer
          (position 10.00 10.00)
          (bounds 400.00 100.00)
          (drawsContent 1)
          (backgroundColor #0000007F)
        )
        (GraphicsLayer
          (position 200.00 8.00)
          (bounds 204.00 204.00)
          (drawsContent 1)
        )
      )
    )
  )
)