https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3e97222a89de5d7094b14bae8c9f469e28c6836b authored by James Graham on 11 April 2018, 18:02:33 UTC
Stop running tests on pypy
Tip revision: 3e97222
invalid-longdesc-manual.html
<!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>
back to top