UNPKG

fudi

Version:

101 ways to encode/decode FUDI

27 lines 775 B
<!doctype html> <html> <head> <title>Testigo Specs</title> <link rel="stylesheet" href="../Source/runners/html/assets/style.css" /> <script type="text/javascript" src="../Source/runners/html/assets/mootools.js"></script> <script type="text/javascript" src="../Source/runners/html/assets/runner.js"></script> </head> <body> <div id="wrapper"> <div id="runtests"> <a href="#">Run Tests</a> </div> <div id="results"> <strong>Passed:</strong> <span id="passed">0</span> / <strong>Failed:</strong> <span id="failed">0</span> / <strong>Total:</strong> <span id="total">0</span> </div> <h1> <strong>Testigo</strong> </h1> <ul id="suitecontainer" class="suites"> </ul> </div> <iframe id="runnerframe" src="tests.html"></iframe> </body> </html>