mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
9 lines
223 B
HTML
9 lines
223 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Longdesc test: External image, external description fragment</title>
|
|
</head>
|
|
<body>
|
|
<img src="picture.png" alt="the image" longdesc="pass-fragment.html#fragment">
|
|
</body>
|
|
</html> |