Upstream version 5.34.104.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             )
23             (GraphicsLayer
24               (position 180.00 180.00)
25               (bounds 260.00 260.00)
26               (drawsContent 1)
27             )
28           )
29         )
30       )
31     )
32   )
33 )
34 Case 2: hovering over the "middle" element (causes that div to become its own composited layer)
35 (GraphicsLayer
36   (bounds 800.00 600.00)
37   (children 1
38     (GraphicsLayer
39       (bounds 800.00 600.00)
40       (contentsOpaque 1)
41       (drawsContent 1)
42       (children 3
43         (GraphicsLayer
44           (position 8.00 8.00)
45           (bounds 784.00 0.00)
46         )
47         (GraphicsLayer
48           (position 100.00 100.00)
49           (bounds 100.00 100.00)
50           (contentsOpaque 1)
51         )
52         (GraphicsLayer
53           (children 2
54             (GraphicsLayer
55               (position 180.00 180.00)
56               (bounds 100.00 100.00)
57               (contentsOpaque 1)
58             )
59             (GraphicsLayer
60               (position 260.00 260.00)
61               (bounds 180.00 180.00)
62               (drawsContent 1)
63             )
64           )
65         )
66       )
67     )
68   )
69 )
70 Case 3: hovering over the "middle2" element (causes that div to become its own composited layer)
71 (GraphicsLayer
72   (bounds 800.00 600.00)
73   (children 1
74     (GraphicsLayer
75       (bounds 800.00 600.00)
76       (contentsOpaque 1)
77       (drawsContent 1)
78       (children 3
79         (GraphicsLayer
80           (position 8.00 8.00)
81           (bounds 784.00 0.00)
82         )
83         (GraphicsLayer
84           (children 2
85             (GraphicsLayer
86               (position 100.00 100.00)
87               (bounds 100.00 100.00)
88               (contentsOpaque 1)
89             )
90             (GraphicsLayer
91               (position 180.00 180.00)
92               (bounds 100.00 100.00)
93               (drawsContent 1)
94             )
95           )
96         )
97         (GraphicsLayer
98           (children 2
99             (GraphicsLayer
100               (position 260.00 260.00)
101               (bounds 100.00 100.00)
102               (contentsOpaque 1)
103             )
104             (GraphicsLayer
105               (position 340.00 340.00)
106               (bounds 100.00 100.00)
107               (drawsContent 1)
108             )
109           )
110         )
111       )
112     )
113   )
114 )
115 Case 4: hovering over the "top" element (causes that div to become its own composited layer)
116 (GraphicsLayer
117   (bounds 800.00 600.00)
118   (children 1
119     (GraphicsLayer
120       (bounds 800.00 600.00)
121       (contentsOpaque 1)
122       (drawsContent 1)
123       (children 3
124         (GraphicsLayer
125           (position 8.00 8.00)
126           (bounds 784.00 0.00)
127         )
128         (GraphicsLayer
129           (children 2
130             (GraphicsLayer
131               (position 100.00 100.00)
132               (bounds 100.00 100.00)
133               (contentsOpaque 1)
134             )
135             (GraphicsLayer
136               (position 180.00 180.00)
137               (bounds 180.00 180.00)
138               (drawsContent 1)
139             )
140           )
141         )
142         (GraphicsLayer
143           (position 340.00 340.00)
144           (bounds 100.00 100.00)
145           (contentsOpaque 1)
146         )
147       )
148     )
149   )
150 )
151 Case 5: back to situation in case 1
152 (GraphicsLayer
153   (bounds 800.00 600.00)
154   (children 1
155     (GraphicsLayer
156       (bounds 800.00 600.00)
157       (contentsOpaque 1)
158       (drawsContent 1)
159       (children 2
160         (GraphicsLayer
161           (position 8.00 8.00)
162           (bounds 784.00 0.00)
163         )
164         (GraphicsLayer
165           (children 2
166             (GraphicsLayer
167               (position 100.00 100.00)
168               (bounds 100.00 100.00)
169               (contentsOpaque 1)
170             )
171             (GraphicsLayer
172               (position 180.00 180.00)
173               (bounds 260.00 260.00)
174               (drawsContent 1)
175             )
176           )
177         )
178       )
179     )
180   )
181 )
182