summaryrefslogtreecommitdiff
path: root/tests/src/htmlbase.txt
blob: d1ddd54068f2e2c163f4d4534ae44d371b8c746f (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<base href="http://alec.pl/dir/" />
</head>
<body>
<img src="img1.gif" />
<img src="./img2.gif" />
<img src="../img3.gif" />
</body>
</html>