summaryrefslogtreecommitdiff
path: root/test/lisp/net/shr-resources/li-div.html
blob: eca3c511bd905fe026e39c442f305fb4bc8e28f0 (plain)
1
2
3
4
5
6
7
8
9
10
<ul>
  <li>
    <div>
      <p >This is the first paragraph of a list item.</div>
    <p >This is the second paragraph of a list item.</li>
  <li>
    <div>This is the first paragraph of a list item.</div>
    <div>This is the second paragraph of a list item.</div>
  </li>
</ul>