summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/img/302-isvalid.xhtml
blob: 400af64899bf515c33c3bcbc2a467a3fc1ed3119 (plain)
1
2
3
4
5
6
7
8
9
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>valid img@usemap</title>
</head>
<body>
  <map name="bar"/>
  <p><img src="foo.png" usemap="#bar" alt="bar"/></p>
</body>
</html>