summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/img/003-novalid.xhtml
blob: 7cc3479b6cbb5be944e485bf4495408d3856f47f (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>invalid ismap</title>
</head>
<body>
  <p><img src='foo' alt='bar' ismap='ismap'/></p>
</body>
</html>