summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/387201-2.html
blob: e3b4ca996bee62e13692b0d6a1ce320aa95ebc13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<style>
#mlinks {
	padding: 0;
	float: right;
}
#hticker {
	clear: both;
}
</style>
</head>
<body>
<ul id="mlinks"></ul>
<div id="hticker"></div>
</body>
</html>