https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2d5617d6fa633bdad0309f369ea1e96b259957d8 authored by Simon Pieters on 15 May 2018, 14:06:25 UTC
Add a warning and a link to issue
Tip revision: 2d5617d
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