mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
14 lines
205 B
HTML
14 lines
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>
|