Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE HTML>
<title>Test for clipping of border-radius</title>
<style>
div {
background: lime;
height: 100px;
width: 200px;
border-radius: 25px;
}
</style>
<div></div>