Sign in
webkit
/
WebKit
/
4104acafefd1763affd7ae709c629afa51723350
/
.
/
LayoutTests
/
fast
/
borders
/
borderRadiusSolid04.html
blob: 93ea8427bcc6bebc10c293eb49a3a89783f9fce0 [
file
] [
log
] [
blame
]
<html>
<head>
<style
type
=
"text/css"
>
div
{
width
:
200px
;
height
:
200px
;
border
:
1px
solid
#f00
;
-webkit-border-radius
:
60px
;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>