no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 1529992-2-ref.html
blob5fc36a61c24d8b19d76aaa58c6189cbf1a666304
1 <!DOCTYPE html>
2 <html><head>
3 <style>
4 body {
5 font-size: 60px;
6 position: absolute;
7 margin: 0px;
8 padding: 0px;
10 div {
11 position: absolute;
12 margin: 0px;
13 padding: 0px;
15 #shadow6 {
16 color: transparent;
18 #shadow7 {
19 color: transparent;
21 #shadow6-ref {
22 color: green;
23 top: 200px;
24 left: 230px;
26 #shadow7-ref {
27 color: transparent;
28 top: 200px;
29 left: 530px;
30 text-shadow: 0px 0px 5px green;
32 </style>
33 </head><body>
34 <div id="shadow6-ref">hello</div>
35 <div id="shadow7-ref">hello</div>
36 <div id="shadow6">hello&nbsp;i</div>
37 <div id="shadow7">hello&nbsp;i</div>
38 </body></html>