Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 759036-2.html
blob0dd67683d583c0b789f1ab6c6cc066e99e870a96
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .clipround {
6 width:250px;
7 overflow:hidden;
8 -moz-transform: translateX(300px);
9 border-radius:35px;
11 </style>
12 </head>
13 <body>
14 <img src="mozilla-banner-opacity.gif" class="clipround">
15 </body>
16 </html>