Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
fast
/
borders
/
border-radius-groove-02.html
blob: 0251dbbf89c1e9ba8e4cf815dfb32983b1ab5b69 [
file
] [
log
] [
blame
]
<style>
div
#
t
{
width
:
400px
;
height
:
400px
;
border
:
1px
groove rgba
(
255
,
0
,
0
,
1
);
border-radius
:
40px
;
border-left-color
:
rgba
(
0
,
0
,
255
,
1
);
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
margin
:
20px
;
}
</style>
<div
id
=
"t"
></div>