haikuwebkit/LayoutTests/fast/css-generated-content/margin-empty-content-expect...

21 lines
370 B
HTML

<html>
<head>
<style>
ul {
list-style-type: none;
}
li {
display: inline-block;
}
li:after {
margin: 0 0 0 1px;
}
</style>
</head>
<body>
<ul>
<li>Should not wrap</li>
</ul>
</body>
</html>