gecko/layout/reftests/bugs/759036-2-ref.html
Nicholas Cameron aebcf9dfb9 Bug 759036. Reftest for bugfix. r=Bas
--HG--
extra : rebase_source : 5be2de49fcb4cb94d963bb2556a004503d670a80
2012-06-08 11:44:03 +12:00

18 lines
249 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
.clipround {
width:250px;
overflow:hidden;
-moz-transform: translateX(300px);
border-radius:35px;
opacity:0.5;
}
</style>
</head>
<body>
<img src="mozilla-banner.gif" class="clipround">
</body>
</html>