summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/list-marker-alignment.html
blob: 46f63a6981065fe5fce37e12b5022cda535842f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/1051181">
<link rel="match" href="list-marker-alignment-ref.html">
<meta name="assert" content="This test checks the list marker aligns to the first baseline.">
<style>::marker { font-family:inherit; }</style>
<div style="display:inline-block;">
  <ul>
    <li>
      <p>
        xx<br>xx
      </p>
    </li>
  </ul>
</div>