blob: ebe86707f3bd6ff2df3448f47d97a73faf4d7a19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE HTML>
<title>Test for clipping of border-radius</title>
<style>
div {
background: lime;
height: 100px;
width: 200px;
border-radius: 25px;
}
</style>
<div></div>
|