tenfourfox/layout/reftests/bugs/50630-5.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

25 lines
267 B
HTML

<!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>