https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6ee26bf4476a2e16c26033adc7485290a987648b authored by Domenic Denicola on 06 September 2016, 21:02:42 UTC
Add custom element prototype tests
Tip revision: 6ee26bf
empty-image-external-description-manual.html
<!DOCTYPE html>
<html>
 <head>
  <title>Longdesc test:  Empty image, external description</title>
 </head>
 <body>
  <img src="" alt="the image" longdesc="pass.html">
 </body>
</html>
back to top