https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 73ea75c173912f025130557515e4ddacc7fae76c authored by Jonathon Kereliuk on 03 April 2018, 15:25:08 UTC
added infra test
Tip revision: 73ea75c
external-image-external-description-manual.html
<!DOCTYPE html>
<html>
 <head>
  <title>Longdesc test: External image, external description</title>
 </head>
 <body>
  <img src="picture.png" alt="the image" longdesc="pass.html">
 </body>
</html>
back to top