emacs/test/lisp/net/shr-resources/li-div.html
Stefan Kangas e402887d5d Move shr.el test data to follow our conventions
* test/lisp/net/shr-tests.el (ert, ert-x): Require.
(shr-tests--datadir): Remove variable.
(shr-test, rendering): Use ert-resource-directory.
* test/lisp/net/shr-resources/*: Move from test/data/shr/.
2020-10-24 02:29:04 +02:00

10 lines
280 B
HTML

<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>