https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9bd5354b6041d7d65fa2a1ac55a443eb89404c84 authored by Frédéric Wang on 15 March 2018, 12:16:05 UTC
Add IDL test for the CSS Font Loading spec
Tip revision: 9bd5354
invalid-longdesc-manual.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>
back to top