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>border-radius background image clipping (bug 24998)</title>
5 <style type="text/css">
6 div {
7 height: 100px;
8 width: 100px;
9 border-radius: 100px;
10 /* this must be bigger than 1x1 */
11 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACEAIAAACtREYwAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAACAAAAAgBqLH6AAAAAGUlEQVQI12NkYGBg+P+fgYGBgYGBiQEJAAApJQICMg0uAAAAAABJRU5ErkJggg==);
12 }
13 </style>
14 </head>
15 <body>
16 <div></div>
17 </body>
18 </html>