<!DOCTYPE HTML>
<title>test for border-radius: calc()</title>
<style>
p {
height: 256px;
width: 512px;
background: blue;
border-radius: 21px 6px 12px 29px / 5px 16px 10px 3px;
}
</style>
<p></p>