https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e2456a73dc68ea5276e733674d81b62b8ec6dd8c authored by Aryeh Gregor on 20 April 2016, 18:21:43 UTC
Add self to html/OWNERS
Tip revision: e2456a7
fail.html
<!DOCTYPE html>
<html>
 <head>
  <title>Longdesc test Fail page</title>
 </head>
 <body>
  <h1>Fail</h1>
  <p>Apparently, something went wrong and the test has been failed.</p>
 </body>
</html>
back to top