repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out 5 changesets (bug 1940797, bug 1940800, bug 1940819, bug 1939881, bug...
[gecko.git]
/
layout
/
reftests
/
text-decoration
/
underline-table-caption-standards.html
blob
f9af71bdefb13dfad573097b95299ec706b5669c
1
<!DOCTYPE
HTML
>
2
<title>
text-decoration: underline test
</title>
3
<table
border
>
4
<caption
style
=
"text-decoration: underline"
>
This is the table caption
</caption>
5
<tr>
6
<td>
Row
1
, Cell
1
</td>
7
<td>
Row
1
, Cell
2
</td>
8
</tr>
9
<tr>
10
<td>
Row
2
, Cell
1
</td>
11
<td>
Row
2
, Cell
2
</td>
12
</tr>
13
</table>