new regression test, not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@106199 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
40
mozilla/layout/html/tests/table/bugs/bug45621.html
Normal file
40
mozilla/layout/html/tests/table/bugs/bug45621.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Untitled</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<table style="width:50%;
|
||||
background-color: silver;
|
||||
border: 0px solid red;
|
||||
border-spacing:0px;
|
||||
border-collapse:collapse;">
|
||||
<tr>
|
||||
<td style="white-space:nowrap;
|
||||
background-color: gray;
|
||||
padding: 0px;
|
||||
border: 0px solid black;">
|
||||
<input type="text"
|
||||
style="width:100%;
|
||||
background-color:pink;
|
||||
border: 0px solid green;">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="white-space:nowrap;
|
||||
background-color: gray;
|
||||
padding: 0px;
|
||||
border: 0px solid black;">
|
||||
<img style="width:100%;
|
||||
height:40px;
|
||||
background-color:cyan;
|
||||
border: 0px solid green;">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user