https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c6fbe7e7254917992588d44e082a540b37abd035 authored by Josh Matthews on 14 March 2018, 15:06:50 UTC
Add a lint to catch adding files that would otherwise be ignored by git.
Tip revision: c6fbe7e
external-image-external-description-girt-by-spaces-manual.html
<!DOCTYPE html>
<html>
 <head>
  <title>Longdesc test: External image, external description surrounded by spaces</title>
 </head>
 <body>
  <img src="picture.png" alt="the image" longdesc="  pass.html  ">
 </body>
</html>
back to top