summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html-longdesc/empty-longdesc-manual.html
blob: 9c582590ec147c2a4f3032f6ffcc7388ff928171 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
 <head>
  <title>Longdesc test: empty longdesc</title>
 </head>
 <body>
<h1>Longdesc test: empty longdesc value</h1>
<p><img src="picture.png" alt="the image" longdesc=""></p>
<p>The longdesc attribute value is null, and therefore the longdesc is not valid.</p>
 </body>
</html>