Mercurial > hg > piper-vamp-js
diff quick-test.html @ 4:3a5a6535d50d
Simple test script (and associated fixes) for the JS code
author | Chris Cannam |
---|---|
date | Wed, 24 Aug 2016 10:50:40 +0100 |
parents | |
children | c250695a784f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/quick-test.html Wed Aug 24 10:50:40 2016 +0100 @@ -0,0 +1,21 @@ +<html> + <head> + <meta charset="UTF-8"> + <title>VamPipe Adapter Test</title> + + <style type="text/css"> + body { margin: 5%; } + table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse } + td, th { padding: 0.5em } + </style> + + <script src="example.js"></script> + <script src="quick-test.js"></script> + </head> + <body> + <h3>VamPipe Adapter Test</h3> + + <p id="test-result"></p> + + </body> +</html>