tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

external-image-with-relative-base-external-description-manual.html (357B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>Longdesc test: External image, external description, relative base</title>
      5  <base href="./rebased/">
      6 </head>
      7 <body>
      8  <img src="picture2.png" alt="the image" longdesc="fail.html">
      9  <p>If the image is broken, the base element has not been interpreted correctly so the test result is unknowable</p>
     10 </body>
     11 </html>