Bug 502742 "Run All Tests" button is not keyboard accessible r=gavin

This commit is contained in:
Neil Rashbrook 2009-07-07 11:40:49 +01:00
parent 78f8a08d71
commit 3ad46f9850

View File

@ -322,7 +322,7 @@
setStatus("Done.");
}
]]></script>
<button id="runTestsButton" onclick="runTests();" label="Run All Tests"/>
<button id="runTestsButton" oncommand="runTests();" label="Run All Tests"/>
<label id="status"/>
<scrollbox flex="1" style="overflow: auto" align="stretch">
<div id="results" xmlns="http://www.w3.org/1999/xhtml" flex="1"/>