Mozilla/mozilla/layout/reftests/bugs/311822-1-ref-a.html
dbaron%dbaron.org 6d47de2f31 Reftests for bug 311822. Patch by <arno.@no-log.org>. r=dbaron
git-svn-id: svn://10.0.0.236/trunk@229766 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-11 23:26:33 +00:00

50 lines
793 B
HTML

<html>
<head>
<title>Testcase, Mozilla bug 311822 (reference 1)</title>
</head>
<body>
<table >
<caption style="font-weight: bold"><b>table </b><b>caption</b></caption>
<tr>
<th >title</th>
</tr>
<tr>
<td >Content of cell</td>
</tr>
</table>
<table >
<caption style="font-style: italic"><em>table </em><em>caption</em></caption>
<tr>
<th >title</th>
</tr>
<tr>
<td >Content of cell</td>
</tr>
</table>
<table >
<caption style="font-style: italic"><i>table </i><i>caption</i></caption>
<tr>
<th >title</th>
</tr>
<tr>
<td >Content of cell</td>
</tr>
</table>
<table >
<caption><span>table </span><span>caption</span></caption>
<tr>
<th >title</th>
</tr>
<tr>
<td >Content of cell</td>
</tr>
</table>
</body>
</html>