Reftests for bug 311822. Patch by <arno.@no-log.org>. r=dbaron

This commit is contained in:
dbaron@dbaron.org 2007-07-11 16:26:29 -07:00
parent 8147380f93
commit 5a4b8ae40c
4 changed files with 149 additions and 0 deletions

View File

@ -0,0 +1,49 @@
<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>

View File

@ -0,0 +1,49 @@
<html>
<head>
<title>Testcase, Mozilla bug 311822 (reference 2)</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>

View File

@ -0,0 +1,49 @@
<html>
<head>
<title>Testcase, Mozilla bug 311822</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>

View File

@ -100,6 +100,8 @@ fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == 28811-2a.html 28811-2-ref.html # bug 38
== 306660-1.html 306660-1-ref.html
== 306660-2.html 306660-2-ref.html
== 306660-3.html 306660-3-ref.html
== 311822-1.html 311822-1-ref-a.html
== 311822-1.html 311822-1-ref-b.html
== 315620-1a.html 315620-1-ref.html
!= 315620-1b.html 315620-1-ref.html
== 315620-2a.xhtml 315620-2-ref.xhtml