summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/512631-1.html
blob: d35b019d08737ea4a3e6beec781bd6ce10b28768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML>
<html lang="en">
<head>
<style type="text/css">
html {
	color: rgb(10,10,10);
	background: rgb(150,150,150);
	
	font-family:sans-serif;
	}
ul {list-style:none;}
a {display:block; float:left; width:100px; height:50px; text-align:center; background: #ccc;}

</style>

<title>test</title>
</head>
<body>
<ul>
<li><a href="/">abc</a></li>
<li><a href="/">abc</a></li>
<li><a href="/">abc</a></li>
</ul>
</body>
</html>