summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/list-and-block-in-inline.html
blob: 165b1cce1e7b5dec19e56f29fe955c7c6b4a31d7 (plain)
1
2
3
4
5
6
7
8
9
<!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>