blob: 468a0db8fb3f34374ea43a7da6bbef8227739930 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<head>
<title>Longdesc test: External image, external description</title>
</head>
<body>
<img src="picture.png" alt="the image" longdesc="pass.html">
</body>
</html>
|