Mercurial > hg > piper-vamp-js
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:6a792d8838c9 | 4:3a5a6535d50d |
---|---|
1 <html> | |
2 <head> | |
3 <meta charset="UTF-8"> | |
4 <title>VamPipe Adapter Test</title> | |
5 | |
6 <style type="text/css"> | |
7 body { margin: 5%; } | |
8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse } | |
9 td, th { padding: 0.5em } | |
10 </style> | |
11 | |
12 <script src="example.js"></script> | |
13 <script src="quick-test.js"></script> | |
14 </head> | |
15 <body> | |
16 <h3>VamPipe Adapter Test</h3> | |
17 | |
18 <p id="test-result"></p> | |
19 | |
20 </body> | |
21 </html> |