https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 48db975c5af44506aa2cd16c7f9693112f82ae1e authored by Michael[tm] Smith on 12 March 2014, 14:58:15 UTC
Use /resources/WebIDLParser.js
Tip revision: 48db975
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