Upstream version 6.35.121.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / squash-compositing-hover-expected.txt
1 Test overlap is rendered correctly when hovering over elements
2
3 Case 1, original layer tree:
4 (GraphicsLayer
5   (bounds 800.00 600.00)
6   (children 1
7     (GraphicsLayer
8       (bounds 800.00 600.00)
9       (contentsOpaque 1)
10       (drawsContent 1)
11       (children 2
12         (GraphicsLayer
13           (position 8.00 8.00)
14           (bounds 784.00 0.00)
15         )
16         (GraphicsLayer
17           (children 2
18             (GraphicsLayer
19               (position 100.00 100.00)
20               (bounds 100.00 100.00)
21               (contentsOpaque 1)
22               (drawsContent 1)
23               (backgroundColor #0000FF)
24             )
25             (GraphicsLayer
26               (position 180.00 180.00)
27               (bounds 260.00 260.00)
28               (drawsContent 1)
29             )
30           )
31         )
32       )
33     )
34   )
35 )
36 Case 2: hovering over the "middle" element (causes that div to become its own composited layer)
37 (GraphicsLayer
38   (bounds 800.00 600.00)
39   (children 1
40     (GraphicsLayer
41       (bounds 800.00 600.00)
42       (contentsOpaque 1)
43       (drawsContent 1)
44       (children 3
45         (GraphicsLayer
46           (position 8.00 8.00)
47           (bounds 784.00 0.00)
48         )
49         (GraphicsLayer
50           (position 100.00 100.00)
51           (bounds 100.00 100.00)
52           (contentsOpaque 1)
53           (drawsContent 1)
54           (backgroundColor #0000FF)
55         )
56         (GraphicsLayer
57           (children 2
58             (GraphicsLayer
59               (position 180.00 180.00)
60               (bounds 100.00 100.00)
61               (contentsOpaque 1)
62               (drawsContent 1)
63               (backgroundColor #008000)
64             )
65             (GraphicsLayer
66               (position 260.00 260.00)
67               (bounds 180.00 180.00)
68               (drawsContent 1)
69             )
70           )
71         )
72       )
73     )
74   )
75 )
76 Case 3: hovering over the "middle2" element (causes that div to become its own composited layer)
77 (GraphicsLayer
78   (bounds 800.00 600.00)
79   (children 1
80     (GraphicsLayer
81       (bounds 800.00 600.00)
82       (contentsOpaque 1)
83       (drawsContent 1)
84       (children 3
85         (GraphicsLayer
86           (position 8.00 8.00)
87           (bounds 784.00 0.00)
88         )
89         (GraphicsLayer
90           (children 2
91             (GraphicsLayer
92               (position 100.00 100.00)
93               (bounds 100.00 100.00)
94               (contentsOpaque 1)
95               (drawsContent 1)
96               (backgroundColor #0000FF)
97             )
98             (GraphicsLayer
99               (position 180.00 180.00)
100               (bounds 100.00 100.00)
101               (drawsContent 1)
102             )
103           )
104         )
105         (GraphicsLayer
106           (children 2
107             (GraphicsLayer
108               (position 260.00 260.00)
109               (bounds 100.00 100.00)
110               (contentsOpaque 1)
111               (drawsContent 1)
112               (backgroundColor #008000)
113             )
114             (GraphicsLayer
115               (position 340.00 340.00)
116               (bounds 100.00 100.00)
117               (drawsContent 1)
118             )
119           )
120         )
121       )
122     )
123   )
124 )
125 Case 4: hovering over the "top" element (causes that div to become its own composited layer)
126 (GraphicsLayer
127   (bounds 800.00 600.00)
128   (children 1
129     (GraphicsLayer
130       (bounds 800.00 600.00)
131       (contentsOpaque 1)
132       (drawsContent 1)
133       (children 3
134         (GraphicsLayer
135           (position 8.00 8.00)
136           (bounds 784.00 0.00)
137         )
138         (GraphicsLayer
139           (children 2
140             (GraphicsLayer
141               (position 100.00 100.00)
142               (bounds 100.00 100.00)
143               (contentsOpaque 1)
144               (drawsContent 1)
145               (backgroundColor #0000FF)
146             )
147             (GraphicsLayer
148               (position 180.00 180.00)
149               (bounds 180.00 180.00)
150               (drawsContent 1)
151             )
152           )
153         )
154         (GraphicsLayer
155           (position 340.00 340.00)
156           (bounds 100.00 100.00)
157           (contentsOpaque 1)
158           (drawsContent 1)
159           (backgroundColor #008000)
160         )
161       )
162     )
163   )
164 )
165 Case 5: back to situation in case 1
166 (GraphicsLayer
167   (bounds 800.00 600.00)
168   (children 1
169     (GraphicsLayer
170       (bounds 800.00 600.00)
171       (contentsOpaque 1)
172       (drawsContent 1)
173       (children 2
174         (GraphicsLayer
175           (position 8.00 8.00)
176           (bounds 784.00 0.00)
177         )
178         (GraphicsLayer
179           (children 2
180             (GraphicsLayer
181               (position 100.00 100.00)
182               (bounds 100.00 100.00)
183               (contentsOpaque 1)
184               (drawsContent 1)
185               (backgroundColor #0000FF)
186             )
187             (GraphicsLayer
188               (position 180.00 180.00)
189               (bounds 260.00 260.00)
190               (drawsContent 1)
191             )
192           )
193         )
194       )
195     )
196   )
197 )
198