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

25 lines
352 B
HTML

<!doctype html>
<html>
<head>
<style>
#container {
height: 300px;
width: 300px;
overflow:hidden;
border-radius:30px;
}
#inner {
width: 380px;
height: 260px;
background-color: #66ff66;
}
</style>
</head>
<body>
<div id="container">
<div id="inner">
</div>
</div>
</body>
</html>