Bug 88868 - Speech JavaScript API: Add test for constructing SpeechRecognitionError events
Summary: Speech JavaScript API: Add test for constructing SpeechRecognitionError events
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hans Wennborg
URL:
Keywords:
Depends on:
Blocks: 80261
  Show dependency treegraph
 
Reported: 2012-06-12 06:49 PDT by Hans Wennborg
Modified: 2012-06-13 03:48 PDT (History)
5 users (show)

See Also:


Attachments
Patch (9.20 KB, patch)
2012-06-12 06:53 PDT, Hans Wennborg
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>