Make sure all files that should be present are present.
This commit is contained in:
11
test/html/paragraphs-in-links.html
Normal file
11
test/html/paragraphs-in-links.html
Normal file
@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<p>Hello world</p>
|
||||
<a href="foo">
|
||||
<p>Paragraph 1</p>
|
||||
<p>Paragraph 2</p>
|
||||
</a>
|
||||
<p>Goodbye world</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user