mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 240029 - table in this page incorrectly off right edge of page when fonts are small; r+sr=dbaron
This commit is contained in:
parent
b768fb620d
commit
5c1b21f985
28
layout/reftests/bugs/240029-1-ref.html
Normal file
28
layout/reftests/bugs/240029-1-ref.html
Normal 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>
|
25
layout/reftests/bugs/240029-1.html
Normal file
25
layout/reftests/bugs/240029-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user