зеркало из https://github.com/mozilla/gecko-dev.git
new regression test.
This commit is contained in:
Родитель
694117e18a
Коммит
f42c7bef25
|
@ -0,0 +1,28 @@
|
|||
<html><head>
|
||||
<style type="text/css">
|
||||
TABLE { margin: 1em; width: auto; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border class="two">
|
||||
<tr>
|
||||
<th>Header One</th>
|
||||
<th>Header Two</th>
|
||||
<th>Header Three</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
This table uses the separated borders model.
|
||||
</td>
|
||||
<td>
|
||||
This means that elements within the cell have border-spacing of 1em.
|
||||
</td>
|
||||
<td>
|
||||
The borders on the header cells,
|
||||
on all sides, should be medium solid purple.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body></html>
|
|
@ -82,6 +82,7 @@ file:///s:/mozilla/layout/html/tests/table/bugs/bug3260.html
|
|||
file:///s:/mozilla/layout/html/tests/table/bugs/bug3263.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug3309-1.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug3309-2.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug3454.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug3517.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug3718.html
|
||||
file:///s:/mozilla/layout/html/tests/table/bugs/bug3831.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче