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