Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
svg
/
text
/
tspan-outline-expected.svg
blob: 113b88aa470d1ad66e84b694fe2cbdb628c496bc [
file
] [
log
] [
blame
]
<svg
xmlns
=
"http://www.w3.org/2000/svg"
width
=
"800"
height
=
"100"
>
<style>
text
{
font
:
32px
Ahem
;
}
</style>
<text
y
=
"40"
tabindex
=
"2"
fill
=
"green"
>
[object SVGTSpanElement]
</text>
<script>
document
.
querySelector
(
"text"
).
focus
();
</script>
</svg>