Files
heritrix3/engine/testdata/selftest/BadURIsStopPageParsingSelfTest/htdocs/one.html

15 lines
370 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<base href="http://a:b/">
<title>Bad BASE 1</title>
</head>
<body>
<h1>Bad BASE #1</h1>
<p>Pointer to a document that should be found in spite of
bad BASE: <a href="goodone.html">Good #1</a>.</p>
</body>
</html>