Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
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;
18 }
19 img {
20 position: absolute;
21 top: 20px;
22 left: 20px;
23 }
24 </style>
25 </head>
26 <body>
27 <div></div>
28 <img src="456219-2-mask.png">
29 </body>
30 </html>