Sign in
webkit
/
WebKit
/
d2d4cb6d99da7a2beed719988d6d3a2b598e2715
/
.
/
LayoutTests
/
fast
/
borders
/
borderRadiusInset01.html
blob: 99a18bcd2df5f3879eb70a03ed9e8c339b1dcfce [
file
] [
log
] [
blame
]
<html>
<head>
<style
type
=
"text/css"
>
div
{
width
:
200px
;
height
:
200px
;
border
:
1px
inset
#f00
;
-webkit-border-radius
:
60px
;
background-color
:
#0f0
;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>