no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 456219-2.html
blob923a504a407f3a48ae3aaa90df3ca8531d05f109
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title></title>
5 <style type="text/css">
6 /* If you fix bug #466572, you can remove the IMG
7 and related styling from this test case. */
8 body { background: white; color: black; margin: 0 }
9 div {
10 background: aqua;
11 color: black;
12 height: 75px;
13 width: 75px;
14 padding: 15px;
15 border: 20px solid;
16 border-radius: 25px;
17 border-color: white;
19 img {
20 position: absolute;
21 top: 20px;
22 left: 20px;
24 </style>
25 </head>
26 <body>
27 <div></div>
28 <img src="456219-2-mask.png">
29 </body>
30 </html>