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
/
fast
/
css
/
text-decoration-propagates-into-tables-expected.html
blob
764c2585fce9f522d7cf1ce1b15ad60adf224ea8
1
<!DOCTYPE
html
>
2
<div>
3
<table>
4
<tr>
5
<td
style
=
"text-decoration: underline"
>
This should be underlined
</td>
6
</tr>
7
</table>
8
</div>