https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f9f791300f56bdec6f8c2ad3539e007bd6dd7dde authored by Ms2ger on 19 February 2016, 09:21:57 UTC
Add a test for non-support of Attr.nodeName.
Tip revision: f9f7913
empty-longdesc-manual.html
<!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>
back to top