repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
text
/
text-outline-rgba.html
blob
0873952dd5b97265a392528ec07279c6b3132bac
1
<!doctype
html
>
2
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"800"
height
=
"200"
>
3
<style>
4
* { margin:
0
; padding:
0
; }
5
rect {
6
outline:
50
px solid rgba(
0
,
0
,
255
,
0.5
);
7
}
8
</style>
9
<rect
x
=
"50"
y
=
"50"
width
=
"1"
height
=
"1"
fill
=
"rgba(0,0,255,0.5)"
/>
10
</svg>