Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-lists/list-and-block-in-inline.html - WPT Dashboard Interop Dashboard
<!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>