Sign in
webkit
/
WebKit
/
6b7c45f751131450b1675ef5b4b89fb3a0e35aba
/
.
/
LayoutTests
/
fast
/
borders
/
borderRadiusDouble04.html
blob: 36ea5b5a00f38fa0fee4a19f30e716627215193c [
file
] [
log
] [
blame
]
<style>
div
#
t
{
width
:
400px
;
height
:
400px
;
border
:
49px
double 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>