Sign in
webkit
/
WebKit
/
36168652e4948b4e847a9c1caf1fabcf1810968f
/
.
/
LayoutTests
/
fast
/
borders
/
borderRadiusGroove02.html
blob: d73334b407e96709c5e9d2e025f7a55a0d39027d [
file
] [
log
] [
blame
]
<html>
<head>
<style
type
=
"text/css"
>
div
{
width
:
200px
;
height
:
200px
;
border
:
2px
groove
#f00
;
border-radius
:
60px
;
background-color
:
#0f0
;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>