https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9f7520e98307e7c61ad3a39b6dc1a2d1ecf96b75 authored by Anne van Kesteren on 13 September 2016, 09:05:52 UTC
Test for specific cross-origin object exceptions
Tip revision: 9f7520e
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