Sign in
webkit
/
WebKit
/
44b42e43df7b445ca396546f504feb2128538221
/
.
/
LayoutTests
/
imported
/
blink
/
svg
/
text
/
text-decoration-propagation-2-expected.html
blob: fe3774633eb76d0575e66c06508d154df5948a36 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
#
outer
{
text-decoration
:
underline
;
}
</style>
<svg
id
=
outer
>
<text
y
=
"20"
>
Text which does have an underline
</text>
</svg>