<!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> |