https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3a7122b0fe27b1f2426fd3613151c2a0e4137cee authored by Ms2ger on 26 October 2015, 09:46:22 UTC
Remove reference to id2path script from the README.
Tip revision: 3a7122b
external-image-with-relative-base-external-description-manual.html
<!DOCTYPE html>
<html>
 <head>
  <title>Longdesc test: External image, external description, relative base</title>
  <base href="./rebased/">
 </head>
 <body>
  <img src="picture2.png" alt="the image" longdesc="fail.html">
  <p>If the image is broken, the base element has not been interpreted correctly so the test result is unknowable</p>
 </body>
</html>
back to top