annotate quick-test.html @ 73:8db927152497

Simple test script (and associated fixes) for the JS code
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 24 Aug 2016 10:50:40 +0100
parents
children c250695a784f
rev   line source
c@73 1 <html>
c@73 2 <head>
c@73 3 <meta charset="UTF-8">
c@73 4 <title>VamPipe Adapter Test</title>
c@73 5
c@73 6 <style type="text/css">
c@73 7 body { margin: 5%; }
c@73 8 table, td, th { border: 0.1em solid #e0e0e0; border-collapse: collapse }
c@73 9 td, th { padding: 0.5em }
c@73 10 </style>
c@73 11
c@73 12 <script src="example.js"></script>
c@73 13 <script src="quick-test.js"></script>
c@73 14 </head>
c@73 15 <body>
c@73 16 <h3>VamPipe Adapter Test</h3>
c@73 17
c@73 18 <p id="test-result"></p>
c@73 19
c@73 20 </body>
c@73 21 </html>