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