mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-03 23:01:31 +00:00
Reftests for bug 311822. Patch by <arno.@no-log.org>. r=dbaron
This commit is contained in:
parent
8147380f93
commit
5a4b8ae40c
49
layout/reftests/bugs/311822-1-ref-a.html
Normal file
49
layout/reftests/bugs/311822-1-ref-a.html
Normal 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>
|
49
layout/reftests/bugs/311822-1-ref-b.html
Normal file
49
layout/reftests/bugs/311822-1-ref-b.html
Normal 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>
|
49
layout/reftests/bugs/311822-1.html
Normal file
49
layout/reftests/bugs/311822-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user