https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 54a3fc8154ca1f48fbceda6e3be4bf8f75b010fa authored by Ms2ger on 17 January 2015, 19:53:08 UTC
Submit tests for ParentNode.{query,queryAll}.
Tip revision: 54a3fc8
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