Sign in
webkit
/
WebKit
/
f3ecda48cdde51cb7c8c882d151b56b514c68e28
/
.
/
LayoutTests
/
svg
/
custom
/
rgba-color-outline-expected.html
blob: 77396df794b1688ef94d6cd9f5b7165f59374cf9 [
file
] [
log
] [
blame
]
<!doctype html>
<style>
*
{
padding
:
0
;
margin
:
0
;
}
div
{
position
:
absolute
;
top
:
50px
;
left
:
50px
;
width
:
1px
;
height
:
1px
;
background
:
rgba
(
0
,
0
,
255
,
0.5
);
outline
:
50px
solid rgba
(
0
,
0
,
255
,
0.5
);
}
}
</style>
<div></div>