gecko-dev/testing/web-platform/tests/html-longdesc/invalid-longdesc-manual.html

9 строки
235 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Longdesc test: invalid longdesc</title>
</head>
<body>
<img src="picture.png" alt="the image" longdesc="This is not a valid longdesc so this document should fail validation">
</body>
</html>