Sign in
webkit
/
WebKit
/
4104acafefd1763affd7ae709c629afa51723350
/
.
/
LayoutTests
/
fast
/
borders
/
borderRadiusOutset01.html
blob: abad8d9f2d2ccb54387f3ac78215d6306e5aa0ac [
file
] [
log
] [
blame
]
<html>
<head>
<style
type
=
"text/css"
>
div
{
width
:
200px
;
height
:
200px
;
border
:
10px
outset
#f00
;
-webkit-border-radius
:
60px
;
background-color
:
#0f0
;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>