tenfourfox/layout/reftests/bugs/759036-2-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
266 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>