зеркало из https://github.com/mozilla/gecko-dev.git
Added new regression test, fixed an old one. Not affecting the build.
This commit is contained in:
Родитель
e821bffdf9
Коммит
504f0a2838
|
@ -1,4 +1,4 @@
|
|||
<table bgcolor=blue width=100 style="box-sizing:content-box; border: 20px solid black; padding:10px;" border>
|
||||
<table bgcolor=blue width=100 style="-moz-box-sizing:content-box; border: 20px solid black; padding:10px;" border>
|
||||
<tr>
|
||||
<td>foo</td>
|
||||
</tr>
|
||||
|
@ -7,7 +7,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
<BR>
|
||||
<table bgcolor=blue width=100 style="box-sizing:padding-box; border: 20px solid black; padding:10px;" border>
|
||||
<table bgcolor=blue width=100 style="-moz-box-sizing:padding-box; border: 20px solid black; padding:10px;" border>
|
||||
<tr>
|
||||
<td>foo</td>
|
||||
</tr>
|
||||
|
@ -16,7 +16,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
<BR>
|
||||
<table bgcolor=blue width=100 style="box-sizing:border-box; border: 20px solid black; padding:10px;" border>
|
||||
<table bgcolor=blue width=100 style="-moz-box-sizing:border-box; border: 20px solid black; padding:10px;" border>
|
||||
<tr>
|
||||
<td>foo</td>
|
||||
</tr>
|
||||
|
|
|
@ -31,6 +31,7 @@ file:///s|/mozilla/layout/html/tests/table/core/col_widths_auto_per.html
|
|||
file:///s|/mozilla/layout/html/tests/table/core/cols1.html
|
||||
delay:=2
|
||||
file:///s|/mozilla/layout/html/tests/table/core/conflicts.html
|
||||
file:///s|/mozilla/layout/html/tests/table/core/margins.html
|
||||
file:///s|/mozilla/layout/html/tests/table/core/misc.html
|
||||
delay:=1
|
||||
file:///s|/mozilla/layout/html/tests/table/core/nested1.html
|
||||
|
|
|
@ -0,0 +1,90 @@
|
|||
outer width=400 align=center
|
||||
<table width=400 border="1" align="center">
|
||||
<tr>
|
||||
<td width=300>
|
||||
<form>
|
||||
<select>
|
||||
<option>Test</option>
|
||||
</select>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
outer width=400 inner width=200 align=center
|
||||
<table border=2 width=400>
|
||||
<tr>
|
||||
<td>
|
||||
<table border width=200 align="center">
|
||||
<tr>
|
||||
<td>foo</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
outer auto inner align=center
|
||||
<table border=2>
|
||||
<tr>
|
||||
<td>
|
||||
<table border align="center">
|
||||
<tr>
|
||||
<td>foo</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
outer width=50 inner align=center
|
||||
<table width=20 border=2>
|
||||
<tr>
|
||||
<td>
|
||||
<table border align="center">
|
||||
<tr>
|
||||
<td>foo</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
outer width=50 inner margin-left:50
|
||||
<table width=20 border=2>
|
||||
<tr>
|
||||
<td>
|
||||
<table border style="margin-left:50px">
|
||||
<tr>
|
||||
<td>foo</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
outer width=400 inner align=center
|
||||
<table width=400 border=2>
|
||||
<tr>
|
||||
<td>
|
||||
<table border align="center">
|
||||
<tr>
|
||||
<td>foo</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td>x x x x x x x</td>
|
||||
</tr>
|
||||
</table>
|
||||
outer width=400 inner align=center
|
||||
<table width=400 border=2>
|
||||
<tr>
|
||||
<td>
|
||||
<table border align="center">
|
||||
<tr>
|
||||
<td width=50>50</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td>x x x x x x x</td>
|
||||
</tr>
|
||||
</table>
|
||||
-->
|
||||
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче