зеркало из https://github.com/mozilla/gecko-dev.git
Add testcase for bug 177331.
This commit is contained in:
Родитель
1db55eaf76
Коммит
3e2ee83b87
|
@ -0,0 +1,40 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
|
<head>
|
||||||
|
<title>Testcase, bug 177331</title>
|
||||||
|
<style type="text/css">
|
||||||
|
|
||||||
|
div.button{
|
||||||
|
float: left;
|
||||||
|
margin: 4px;
|
||||||
|
width: 150px;
|
||||||
|
height: 150px;
|
||||||
|
background: #999;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<table border="0" width="500">
|
||||||
|
<tr>
|
||||||
|
<td valign="top">
|
||||||
|
<div class="button">
|
||||||
|
<img height="100" width="100" alt="Mozilla"
|
||||||
|
src="data:text/plain,foo" />
|
||||||
|
</div>
|
||||||
|
<div class="button"></div>
|
||||||
|
<div class="button"></div>
|
||||||
|
<div class="button"></div>
|
||||||
|
<div class="button"></div>
|
||||||
|
<div class="button"></div>
|
||||||
|
<div class="button"></div>
|
||||||
|
<div class="button"></div>
|
||||||
|
<div class="button"></div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
|
@ -201,5 +201,6 @@ file:///s:/mozilla/layout/html/tests/block/bugs/154741.html
|
||||||
file:///s:/mozilla/layout/html/tests/block/bugs/161644.html
|
file:///s:/mozilla/layout/html/tests/block/bugs/161644.html
|
||||||
file:///s:/mozilla/layout/html/tests/block/bugs/169620.html
|
file:///s:/mozilla/layout/html/tests/block/bugs/169620.html
|
||||||
file:///s:/mozilla/layout/html/tests/block/bugs/176423.html
|
file:///s:/mozilla/layout/html/tests/block/bugs/176423.html
|
||||||
|
file:///s:/mozilla/layout/html/tests/block/bugs/177331.html
|
||||||
file:///s:/mozilla/layout/html/tests/block/bugs/196919.html
|
file:///s:/mozilla/layout/html/tests/block/bugs/196919.html
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче