summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/layer-creation/scroll-partial-update-expected.txt
blob: e4cbd3602f1df889b779e2b85cd8038fc94ee3d1 (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
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)
        )
        (GraphicsLayer
          (position 200.00 8.00)
          (bounds 204.00 204.00)
          (drawsContent 1)
        )
      )
    )
  )
)