Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
LayoutTests
/
fast
/
borders
/
borderRadiusGroove01.html
blob: 89a267e8b4ad466df9a19f42b878b93064e1cb20 [
file
] [
log
] [
blame
]
<html>
<head>
<style
type
=
"text/css"
>
div
{
width
:
200px
;
height
:
200px
;
border
:
7px
groove
#f00
;
-webkit-border-radius
:
60px
;
background-color
:
#0f0
;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>