Community
Participate
Working Groups
In most browser there is no visible update of the UI while the TestRunner is running because the DOM-changes are not rendered while JavaScript is running. The TestRunner should use setTimeOut to give the browser a chance to render. This would also prevent any "abort script?" prompts by slower browser.
Fixed in CVS HEAD