summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-lists/list-marker-alignment-ref.html
blob: acbc73e284c05a74abbfb8ef9b482c1f0228c517 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>::marker { font-family:inherit; }</style>
<div style="display:inline-block;">
  <ul>
    <li>
        xx
    </li>
    xx
  </ul>
</div>