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

14 lines
310 B
HTML

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