Sign in
webkit
/
WebKit
/
e031b9a93e1290978c3cb10583e857c51cbd591e
/
.
/
LayoutTests
/
fast
/
borders
/
borderRadiusSolid03.html
blob: e046627d6eb251bcf174b79867616c8094a2bb35 [
file
] [
log
] [
blame
]
<html>
<head>
<style
type
=
"text/css"
>
div
{
width
:
200px
;
height
:
200px
;
border
:
15px
solid
#f00
;
-webkit-border-radius
:
60px
50px
;
background-color
:
#0f0
;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>