summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/246669-1-ref.html
blob: 615d527e857c799fb68f410e880ceab12aa07f29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
<head>
<style type="text/css">
div div {
 float: left;
 width: 200px;
 border: 2px solid #000;
}
</style>
</head>
<body>
<div>
 <div>First float</div>
 <div>Second float</div>
</div>
</body>
</html>