https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2a4f272981f07911c52195e7358c84dea434d264 authored by Chris Nardi on 07 April 2018, 01:36:26 UTC
Update expected cssText for custom property serialization
Tip revision: 2a4f272
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