new/revised regression bugs
git-svn-id: svn://10.0.0.236/trunk@30148 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
19
mozilla/layout/html/tests/table/bugs/bug3103.html
Normal file
19
mozilla/layout/html/tests/table/bugs/bug3103.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<table border=4 height=400>
|
||||
<tr>
|
||||
<td rowspan=2 width=200 >
|
||||
1 Some sample text for the first column. Notice its formatting.
|
||||
</td>
|
||||
<td width=400>
|
||||
2 Here is some sample text to demonstrate the problem. Is there some
|
||||
setting in Navigator that will make this work correctly ? If so I
|
||||
haven't found it. Is this a bug ?
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width=400>
|
||||
3 Here is some sample text to demonstrate the problem. Is there some
|
||||
setting in Navigator that will make this work correctly ? If so I
|
||||
haven't found it. Is this a bug ?
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
16
mozilla/layout/html/tests/table/bugs/bug5838.html
Normal file
16
mozilla/layout/html/tests/table/bugs/bug5838.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<table dir="rtl" border="1">
|
||||
<caption><em>A test table with merged cells</em></caption>
|
||||
<tr><th rowspan="2"></th>
|
||||
<th colspan="2">Average</th>
|
||||
<th rowspan="2">Red<br>eyes</th></tr>
|
||||
<tr><th>height</th>
|
||||
<th>weight</th></tr>
|
||||
<tr><th>Males</th>
|
||||
<td>1.9</td>
|
||||
<td>0.003</td>
|
||||
<td>40%</td></tr>
|
||||
<tr><th>Females
|
||||
<td>1.7</td>
|
||||
<td>0.002</td>
|
||||
<td>43%</td></tr>
|
||||
</table>
|
||||
@@ -32,6 +32,7 @@ file://s:/mozilla/layout/html/tests/table/bugs/bug2757.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug2962.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug3037-1.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug3037-2.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug3103.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug3105.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug3260.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug3263.html
|
||||
@@ -43,6 +44,7 @@ file://s:/mozilla/layout/html/tests/table/bugs/bug4294.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug4382.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug4429.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug4520.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug5838.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug641-1.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug641-2.html
|
||||
file://s:/mozilla/layout/html/tests/table/bugs/bug647.html
|
||||
|
||||
@@ -124,4 +124,4 @@ file://s:/mozilla/layout/html/tests/table/marvin/tr_bgcolor_blue_rgb.html
|
||||
file://s:/mozilla/layout/html/tests/table/marvin/tr_valign_baseline.html
|
||||
file://s:/mozilla/layout/html/tests/table/marvin/tr_valign_bottom.html
|
||||
file://s:/mozilla/layout/html/tests/table/marvin/tr_valign_middle.html
|
||||
file://s:/mozilla/layout/html/tests/table/marvin/tr_valign_top.html
|
||||
file://s:/mozilla/layout/html/tests/table/marvin/XXXtr_valign_top.html
|
||||
|
||||
@@ -3,4 +3,4 @@ file://s:/mozilla/layout/html/tests/table/other/nestedTables.html
|
||||
file://s:/mozilla/layout/html/tests/table/other/slashlogo.html
|
||||
file://s:/mozilla/layout/html/tests/table/other/wa_table_thtd_rowspan.html
|
||||
file://s:/mozilla/layout/html/tests/table/other/wa_table_tr_align.html
|
||||
file://s:/mozilla/layout/html/tests/table/other/wf_table_index.html
|
||||
file://s:/mozilla/layout/html/tests/table/other/XXXwf_table_index.html
|
||||
|
||||
Reference in New Issue
Block a user