https://github.com/web-platform-tests/wpt
Raw File
Tip revision: a83b10d270d708e1c585bc9702b549d92f220e3b authored by Eden Chuang on 28 November 2018, 05:34:04 UTC
Part 4 - mochitest for PaymentMethodChangeEvent.
Tip revision: a83b10d
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