Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
fast
/
borders
/
borderRadiusRidge01.html
blob: f408553bfa14243830a066f8105d6408ba2d574e [
file
] [
log
] [
blame
]
<html>
<head>
<style
type
=
"text/css"
>
div
{
width
:
200px
;
height
:
200px
;
border
:
10px
ridge
#f00
;
-webkit-border-radius
:
60px
;
background-color
:
#0f0
;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>