repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
bugs
/
240029-1.html
blob
7fd60ee9f179077680cd918cb29f557ed2bc53aa
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style
type
=
"text/css"
>
5
body
{
6
font-size
:
10px
;
7
}
8
.float
{
9
width
:
100
%;
10
float
:
left
;
11
height
:
10px
;
12
padding-bottom
:
10px
;
13
}
14
</style>
15
</head>
16
<body>
17
<div
class
=
"float"
></div>
18
<br>
19
<table
cellpadding
=
"0"
cellspacing
=
"0"
>
20
<tr>
21
<td>
should_be_at_left_edge
</td>
22
</tr>
23
</table>
24
</body>
25
</html>