Make sure all files that should be present are present.
This commit is contained in:
13
test/html/bug-511389.html
Executable file
13
test/html/bug-511389.html
Executable file
@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Link test</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
<a href="foobar">Hello world</a>, this is a test.
|
||||
</p>
|
||||
<a href="foo">Foo</a><br />
|
||||
<a href="bar">Bar</a><br />
|
||||
The end.
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user