https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c050814c692c5e59194d4bf5b5d20f1bbf92397f authored by Simon Pieters on 19 December 2016, 13:33:32 UTC
Test that the snapshotting happens at document creation time
Tip revision: c050814
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