summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/50630-5.html
blob: b05a67325f8a622b2ef72289eb38188a353e2f87 (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
<!doctype html>
<html>
<head>
<style type="text/css">
html, body, ul, li {
 margin: 0; padding: 0;
}
ul {
 list-style-position: inside;
}
li {
 margin: 1em;
}
span {
 float: right;
}
</style>
</head>
<body>
<ul>
 <li><span>Float</span>Test</li>
</ul>
</body>
</html>