<!DOCTYPE html>
<link rel=help href="https://www.w3.org/TR/CSS22/generate.html#lists">
<link rel=match href="list-and-block-in-inline-ref.html">
<meta name="assert" content="The list-marker should be aligned with the 2nd line.">
<ul>
<li>
<div style="display: inline-block;"><span><div>line1<br>line2</div></span></div>
</li>
</ul>