Bug 240029 - table in this page incorrectly off right edge of page when fonts are small; r+sr=dbaron

This commit is contained in:
Daniel.S 2009-01-01 15:00:15 +01:00
parent c64b359146
commit 5fe3c82ff6
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
font-size: 10px;
}
.float {
width: 100%;
float: left;
height: 10px;
padding-bottom: 10px;
}
table {
clear: left;
}
</style>
</head>
<body>
<div class="float"></div>
<br>
<table cellpadding="0" cellspacing="0">
<tr>
<td>should_be_at_left_edge</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
font-size: 10px;
}
.float {
width: 100%;
float: left;
height: 10px;
padding-bottom: 10px;
}
</style>
</head>
<body>
<div class="float"></div>
<br>
<table cellpadding="0" cellspacing="0">
<tr>
<td>should_be_at_left_edge</td>
</tr>
</table>
</body>
</html>

View File

@ -169,6 +169,7 @@ fails == 25888-3r.html 25888-3r-ref.html # bug 25888
== 234964-2.html 234964-2-ref.html
== 235593-1.html 235593-1-ref.html
== 236539-1.html 236539-1-ref.html
== 240029-1.html 240029-1-ref.html
== 240470-1.html 240470-1-ref.html
== 243266-1.html 243266-1-ref.html
== 243302-1.html 243302-1-ref.html