From de99f33cb8120e0663d0a66cbffe1c34a5b93094 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 15 Nov 2010 21:44:48 +0000 Subject: Add test TODO items --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 430cf8d..7c912a7 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3