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