mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
commit
4fac8b6810
7 changed files with 65 additions and 20 deletions
17
tests/html/test_img_ismap.html
Normal file
17
tests/html/test_img_ismap.html
Normal file
|
@ -0,0 +1,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>
|
Loading…
Add table
Add a link
Reference in a new issue