Sign in
webkit
/
WebKit
/
e77cf655aa99024abb12bad4d3b2831532a4b908
/
.
/
LayoutTests
/
fast
/
css-generated-content
/
margin-empty-content-expected.html
blob: 84d7421b765f99e806a2fb609bf6e3d293988815 [
file
] [
log
] [
blame
]
<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>