<!DOCTYPE HTML>
<title>test for border-radius: calc()</title>
<style>
p {
height: 200px;
width: 400px;
background: blue;
border-radius: 13px 14px 4px 8px / 5px 2px 10px 3px;
}
</style>
<p></p>