UNPKG

node-webodf

Version:

WebODF - JavaScript Document Engine http://webodf.org/

17 lines (16 loc) 482 B
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>WebODF unit tests</title> <link rel="stylesheet" href="resources/js-test-style.css"/> </head> <body> <p id="description"></p> <div id="console"></div> <div id="logoutput"></div> <script src="../lib/runtime.js"></script> <script src="testruntimeadaption.js"></script> <script src="tests.js"></script> </body> </html>