blob: 9be880d307da8025b1c4e242329faf1c8795d30f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that both border-radius and clip get applied on the box.</title>
<style>
.container {
position: absolute;
width: 10px;
height: 10px;
background: green;
}
</style>
</head>
<body>
<div class="container"></div>
</body>
</html>