Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / clip-composited-descendant-expected.txt
blob88c1bfa71d5156debbf4943feec27a6289bb2f95
1 CASE 1, original layer tree
2 (GraphicsLayer
3   (bounds 800.00 600.00)
4   (children 1
5     (GraphicsLayer
6       (bounds 800.00 600.00)
7       (contentsOpaque 1)
8       (drawsContent 1)
9       (children 1
10         (GraphicsLayer
11           (children 2
12             (GraphicsLayer
13               (position 50.00 50.00)
14               (bounds 100.00 100.00)
15               (contentsOpaque 1)
16               (drawsContent 1)
17               (backgroundColor #0000FF)
18             )
19             (GraphicsLayer
20               (position 100.00 20.00)
21               (bounds 130.00 210.00)
22               (drawsContent 1)
23             )
24           )
25         )
26       )
27     )
28   )
30 CASE 2, layer tree with overflow:hidden on the parent of a composited box. Parent is no longer squashed.
31 (GraphicsLayer
32   (bounds 800.00 600.00)
33   (children 1
34     (GraphicsLayer
35       (bounds 800.00 600.00)
36       (contentsOpaque 1)
37       (drawsContent 1)
38       (children 2
39         (GraphicsLayer
40           (children 2
41             (GraphicsLayer
42               (position 50.00 50.00)
43               (bounds 100.00 100.00)
44               (contentsOpaque 1)
45               (drawsContent 1)
46               (backgroundColor #0000FF)
47             )
48             (GraphicsLayer
49               (position 100.00 20.00)
50               (bounds 100.00 100.00)
51               (drawsContent 1)
52             )
53           )
54         )
55         (GraphicsLayer
56           (position 130.00 130.00)
57           (bounds 100.00 100.00)
58           (contentsOpaque 1)
59           (drawsContent 1)
60           (backgroundColor #00FFFF)
61         )
62       )
63     )
64   )