https://github.com/web-platform-tests/wpt
Raw File
Tip revision: de277f72555a8613d1d38a9a6df270d16621ac89 authored by Chris Nardi on 29 March 2018, 23:23:28 UTC
Build spec links with short URLs for CSS testsuites
Tip revision: de277f7
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