aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/test_img_ismap.html
blob: 669a941d07d56d1ea5d8e1796aa356e698fa3c57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>img element ismap activation test</title>
  </head>
  <body>
    <p>Click my nose to get the coordinates!</p>
    <a href="test_img_ismap.html">
      <img src="andreas.jpeg" alt="andreas" ismap/>
    </a>
    <p>Nothing happends if you click my nose</p>
    <a href="test_img_ismap.html">
      <img src="andreas.jpeg" alt="andreas"/>
    </a>
  </body>
</html>