summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/list-simple-1.html
blob: 2e638943fb1e1e125d8c56ce5d76383ad8599dd8 (plain)
1
2
3
4
5
6
7
8
<html>
<body style="margin-left: 100px">
  <ul style="list-style-image: url('lime100x100.svg')">
    <li>abc
    <li>def
  </ul>
</body>
</html>