diff options
Diffstat (limited to 'tests.html')
| -rw-r--r-- | tests.html | 29 |
1 files changed, 11 insertions, 18 deletions
@@ -7,24 +7,17 @@ <title>tests</title> </head> <body> - <x-string tonic='E' frets='3' value='x'> - <template> - <slot name='muted'></slot> - <slot name='fretlist'></slot> - <slot name='selected'></slot> - </template> - - <span slot='selected'>E</span> - - <form slot='fretlist'> - <ol class='fretlist'> - <li class='tonic'>E</li> - </ol> - </form> - - <input slot='muted' name='muted' type='checkbox'> - </x-string> - + <x-test-harness> + <a href='tests.html'>run</a> + <dl> + <dt class='passed'>passed</dt> + <dd class='passed-count'>0</dd> + <dt class='failed'>failed</dt> + <dd class='failed-count'>0</dd> + <dt class='skipped'>skipped</dt> + <dd class='skipped-count'>0</dd> + </dl> + </x-test-harness> <script type='module' src='tests.mjs'></script> </body> </html> |
