gecko-dev/layout/reftests/css-calc/border-radius-1-ref.html

14 строки
205 B
HTML

<!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>