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