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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
svg
/
text
/
text-outline-expected.svg
blob
7422d790874ac25449939dbcfcb3af14ab369f44
1
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"800"
height
=
"100"
>
2
<style>
3
text { font:
32
px sans-serif; }
4
</style>
5
6
<text
y
=
"40"
tabindex
=
"2"
fill
=
"green"
>
[object SVGTextElement]
</text>
7
<script>
8
document.querySelector(
"text"
).focus();
9
</script>
10
</svg>