mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
9 lines
No EOL
196 B
HTML
9 lines
No EOL
196 B
HTML
<!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> |