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 - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
floats
/
1236745-1-ref.html
blob
79da184857fd45432b4d30a38c0cb13d51a11123
1
<!DOCTYPE
HTML
>
2
<title>
Reftest, bug
1236745
</title>
3
<style>
4
5
div.contain {
6
border: medium solid blue;
7
width:
100
px;
8
height:
200
px;
9
}
10
11
.float1 {
12
float: left;
13
background: yellow;
14
width:
10
px;
15
height:
60
px;
16
}
17
18
.float2 {
19
float: left; clear: left;
20
background: aqua;
21
width:
50
px;
22
height:
50
px;
23
}
24
25
.bfc {
26
float: right;
27
background: #
00137
f;
28
width:
50
px;
29
height:
50
px;
30
}
31
32
</style>
33
34
35
<div
class
=
"contain"
>
36
<div
class
=
"float1"
></div>
37
<div
class
=
"bfc"
></div>
38
<div
class
=
"float2"
></div>
39
</div>