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: transparent;
18 background-clip: padding-box;
19 }
20 img {
21 position: absolute;
22 top: 20px;
23 left: 20px;
24 }
25 </style>
26 </head>
27 <body>
28 <div></div>
29 <img src="456219-2-mask.png">
30 </body>
31 </html>