1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-05 22:00:54 +00:00

test: Don't refer to deleted files from imgmap.html.

align.html and poocs.net.html have been deleted.
Point the links to href_tests.html and nbsp.html instead.
This commit is contained in:
Kalle Olavi Niemitalo 2009-01-01 18:36:34 +00:00 committed by Kalle Olavi Niemitalo
parent 5be3f71ddd
commit dc41f0bd4c

View File

@ -2,10 +2,10 @@
<body>
<IMG SRC="image.png" ALT="ImageMap" USEMAP="#map">
<map name="map">
<AREA SHAPE="poly" COORDS="24,26, 30,30, 22,40, 15,35, 24,26" HREF="align.html" alt="1">
<AREA SHAPE="poly" COORDS="24,26, 30,30, 22,40, 15,35, 24,26" HREF="href_tests.html" alt="1">
<AREA SHAPE="poly" COORDS="21,21, 38,10, 34,19, 39,29, 21,21" HREF="color.html" alt="2">
<AREA SHAPE="rect" COORDS="12,1, 30,18" HREF="underline.html" alt="3">
<AREA SHAPE="circle" COORDS="9.5,22, 9" HREF="poocs.net.html" name="91" alt="4">
<AREA SHAPE="circle" COORDS="9.5,22, 9" HREF="nbsp.html" name="91" alt="4">
</map>
</body>
</html>