Bug 88868

Summary: Speech JavaScript API: Add test for constructing SpeechRecognitionError events
Product: WebKit Reporter: Hans Wennborg <hans>
Component: New BugsAssignee: Hans Wennborg <hans>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ojan, primiano, satish, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 80261    
Attachments:
Description Flags
Patch abarth: review+

Description Hans Wennborg 2012-06-12 06:49:03 PDT
Speech JavaScript API: Add test for constructing SpeechRecognitionError events
Comment 1 Hans Wennborg 2012-06-12 06:53:30 PDT
Created attachment 147077 [details]
Patch
Comment 2 Adam Barth 2012-06-12 10:58:52 PDT
Comment on attachment 147077 [details]
Patch

Can you add a test case for a code that's out of range of the enum?
Comment 3 Hans Wennborg 2012-06-13 03:48:39 PDT
(In reply to comment #2)
> (From update of attachment 147077 [details])
> Can you add a test case for a code that's out of range of the enum?
Done.

Thanks for the review!
Comment 4 Hans Wennborg 2012-06-13 03:48:54 PDT
Committed r120181: <http://trac.webkit.org/changeset/120181>