https://github.com/web-platform-tests/wpt
Raw File
Tip revision: cf66d533ef3ca1491f85b715e52a792f292ce896 authored by Simon Pieters on 25 August 2016, 09:30:34 UTC
Update DOMTokenList IDL to current DOM spec
Tip revision: cf66d53
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