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-decoration-propagation.html
blob
99e55118ead899a822fb088ddba4e72f24587bf2
1
<!DOCTYPE
html
>
2
<style>
3
span { text-decoration: underline; }
4
</style>
5
<span>
6
<svg>
7
<text
y
=
"20"
>
Text which does NOT have an underline
</text>
8
</svg>
9
</span>