tor-browser

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

external-image-with-absolute-base-external-description-manual.html (633B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>Longdesc test: External image, external description, absolute base</title>
      5  <base href="https://rawgithub.com/chaals/longdesc-tests/master/rebased/">
      6 </head>
      7 <body>
      8  <p>Note that this test currently uses a target URL for the base that is not necessarily reliable long-term. It should be updated by anyone who wants to use the test "for real", pointing to some reliably stable repository</p>
      9  <img src="picture2.png" alt="the image" longdesc="fail.html">
     10  <p>If the image is broken, the base element has not been interpreted correctly so the test result is unknowable</p>
     11 </body>
     12 </html>