add delete stroke test to index page of /tests/frontend

This commit is contained in:
johnyma22 2012-10-03 21:26:48 +01:00
parent 339ee6d2e0
commit 38ef46449b
1 changed files with 2 additions and 1 deletions

View File

@ -15,9 +15,10 @@
<script src="lib/expect.js"></script>
<script src="helper.js"></script>
<script src="sendkeys.js"></script>
<script src="specs/button_bold.js"></script>
<script src="specs/button_italic.js"></script>
<script src="specs/keystroke_delete.js"></script>
<script src="runner.js"></script>
</html>