summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html-longdesc/invalid-longdesc-manual.html
blob: 3cef0a5f31b37d3a1d6b9a11317b1373f7bfc953 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
 <head>
  <title>Longdesc test: invalid longdesc</title>
 </head>
 <body>
  <img src="picture.png" alt="the image" longdesc="This is not a valid longdesc so this document should fail validation">
 </body>
</html>