diff options
author | Nick White <git@njw.me.uk> | 2010-11-15 21:44:48 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-15 21:44:48 +0000 |
commit | de99f33cb8120e0663d0a66cbffe1c34a5b93094 (patch) | |
tree | f00336c96f47b25f24fd15b7c7c5369f567a416b /TODO | |
parent | 5e58b83688d1953bbae0dd492f51eb4ea7c222d3 (diff) |
Add test TODO items
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,2 +1,11 @@ +current tests + test the keyboard shortcut, by sending an event; + e=document.createEvent(... + e.initEvent(... + e.keyCode = ... + document.body.dispatchEvent(e) + window.close directly after logging to the console + make tests for chromium and firefox engines https://developer.mozilla.org/en/Automated_testing_tips_and_tricks + https://developer.mozilla.org/en/Mozmill_Tests/Addon_tests |