Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

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