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