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