1
0
Fork 0

Add test/image.png and use it in test/imgmap.html.

This makes the image-map test work sensibly in graphical browsers too.
This commit is contained in:
Kalle Olavi Niemitalo 2009-01-01 18:35:11 +00:00 committed by Kalle Olavi Niemitalo
parent b6dfdf86a6
commit 5be3f71ddd
2 changed files with 5 additions and 5 deletions

BIN
test/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -1,11 +1,11 @@
<html>
<body>
<IMG SRC="image.gif" ALT="ImageMap" USEMAP="#map">
<IMG SRC="image.png" ALT="ImageMap" USEMAP="#map">
<map name="map">
<AREA SHAPE="rect" HREF="align.html" alt="1">
<AREA SHAPE="rect" HREF="color.html" alt="2">
<AREA SHAPE="rect" HREF="underline.html" alt="3">
<AREA SHAPE="rect" HREF="poocs.net.html" name="91" alt="4">
<AREA SHAPE="poly" COORDS="24,26, 30,30, 22,40, 15,35, 24,26" HREF="align.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">
</map>
</body>
</html>