blob: 165b1cce1e7b5dec19e56f29fe955c7c6b4a31d7 [file] [log] [blame]
<!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>