зеркало из https://github.com/mozilla/gecko-dev.git
adding testcase to the layout regression tests NPOB
This commit is contained in:
Родитель
7baca1626f
Коммит
e9a141ca46
|
@ -0,0 +1,24 @@
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<title>CSS table model: initial table spacing</title>
|
||||||
|
<style type="text/css">
|
||||||
|
float { float: left; background: red; }
|
||||||
|
table { display: table; }
|
||||||
|
row { display: table-row; }
|
||||||
|
cell { display: table-cell; background: green; color: white; text-align: center; }
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<float xmlns="http://www.example.org/">
|
||||||
|
<cell>THERE</cell>
|
||||||
|
<row>
|
||||||
|
<table>
|
||||||
|
<cell>SHOULD B</cell>
|
||||||
|
<cell>E N</cell>
|
||||||
|
<cell>O RED</cell>
|
||||||
|
</table>
|
||||||
|
</row>
|
||||||
|
<cell>ANYWHERE</cell>
|
||||||
|
</float>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -33,6 +33,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug7121-1.html
|
||||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug7121-2.html
|
file:///s|/mozilla/layout/html/tests/table/bugs/bug7121-2.html
|
||||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug72393.html
|
file:///s|/mozilla/layout/html/tests/table/bugs/bug72393.html
|
||||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug7243.html
|
file:///s|/mozilla/layout/html/tests/table/bugs/bug7243.html
|
||||||
|
file:///s|/mozilla/layout/html/tests/table/bugs/bug72359.xml
|
||||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug727.html
|
file:///s|/mozilla/layout/html/tests/table/bugs/bug727.html
|
||||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug73321.html
|
file:///s|/mozilla/layout/html/tests/table/bugs/bug73321.html
|
||||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug7342.html
|
file:///s|/mozilla/layout/html/tests/table/bugs/bug7342.html
|
||||||
|
|
Загрузка…
Ссылка в новой задаче