Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
fast
/
borders
/
borderRadiusDashed04.html
blob: f680e203a9ac81b06d14dbd7da4b651649df2b93 [
file
] [
log
] [
blame
]
<style>
div
#
t
{
width
:
400px
;
height
:
400px
;
border
:
20px
dashed 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>