2010-09-09 08:21:45 -07:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<title>test for border-radius: calc()</title>
|
|
|
|
<style>
|
|
|
|
|
|
|
|
p {
|
|
|
|
height: 200px;
|
|
|
|
width: 400px;
|
|
|
|
background: blue;
|
2010-09-11 09:27:12 -07:00
|
|
|
border-radius: 13px 14px 14px 5px / 3px 2px 10px 3px;
|
2010-09-09 08:21:45 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
<p></p>
|