зеркало из https://github.com/mozilla/pjs.git
new regression test
This commit is contained in:
Родитель
1243d0ab93
Коммит
711f972a3a
|
@ -0,0 +1,26 @@
|
|||
<table bgcolor=blue width=100 style="box-sizing:content-box; border: 20px solid black; padding:10px;" border>
|
||||
<tr>
|
||||
<td>foo</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>bar</td>
|
||||
</tr>
|
||||
</table>
|
||||
<BR>
|
||||
<table bgcolor=blue width=100 style="box-sizing:padding-box; border: 20px solid black; padding:10px;" border>
|
||||
<tr>
|
||||
<td>foo</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>bar</td>
|
||||
</tr>
|
||||
</table>
|
||||
<BR>
|
||||
<table bgcolor=blue width=100 style="box-sizing:border-box; border: 20px solid black; padding:10px;" border>
|
||||
<tr>
|
||||
<td>foo</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>bar</td>
|
||||
</tr>
|
||||
</table>
|
|
@ -1,6 +1,7 @@
|
|||
file:///s:/mozilla/layout/html/tests/table/core/backgrounds.html
|
||||
file:///s:/mozilla/layout/html/tests/table/core/bloomberg.html
|
||||
file:///s:/mozilla/layout/html/tests/table/core/borders.html
|
||||
file:///s:/mozilla/layout/html/tests/table/core/box_sizing.html
|
||||
file:///s:/mozilla/layout/html/tests/table/core/captions.html
|
||||
file:///s:/mozilla/layout/html/tests/table/core/cell_heights.html
|
||||
file:///s:/mozilla/layout/html/tests/table/core/columns.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче