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