[Webkit-unassigned] [Bug 42603] Add a mock in WebCore for testing speech input

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 30 04:03:05 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42603





--- Comment #16 from Jeremy Orlow <jorlow at chromium.org>  2010-07-30 04:03:05 PST ---
(In reply to comment #15)
> Created an attachment (id=63045)
 --> (https://bugs.webkit.org/attachment.cgi?id=63045) [details]
> Patch
> 
> Moved the header inside ifdef, will remember to do it in future as well. The delay of 0.1 seconds was added in the mock because without them the events fire even before the JS engine has a chance to finish parsing all the JS in the layout test.. which resulted in out of order event delivery and hanging.

You'll need to come up with a different solution or stipulate that you can only use the mock after the onload has fired in the page.

Anything else is racy and will produce a flaky test.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list