https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c71a3a1b7187fff0c35a98c46f968c90b7832388 authored by Simon Pieters on 18 August 2016, 21:34:12 UTC
innerText setter should not result in empty text nodes
Tip revision: c71a3a1
external-image-external-description-manual.html
<!DOCTYPE html>
<html>
 <head>
  <title>Longdesc test: External image, external description</title>
 </head>
 <body>
  <img src="picture.png" alt="the image" longdesc="pass.html">
 </body>
</html>
back to top