1
0
Fork 0
firefox/testing/web-platform/tests/html-longdesc/external-image-with-relative-base-external-description-manual.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

11 lines
No EOL
357 B
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>