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