mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
208 B
HTML
14 lines
208 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<title>test for border-radius: calc()</title>
|
||
|
<style>
|
||
|
|
||
|
p {
|
||
|
height: 200px;
|
||
|
width: 400px;
|
||
|
background: blue;
|
||
|
-moz-border-radius: 13px 14px 4px 8px / 5px 2px 10px 3px;
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
<p></p>
|