| Index: tests/html/speechrecognition_test.dart
|
| diff --git a/tests/html/speechrecognition_test.dart b/tests/html/speechrecognition_test.dart
|
| index b44e6f554b371c28b987d481b84620e78897f8b0..cf3a4fa1035d9e7f541b8f0035b5f9265a7bc803 100644
|
| --- a/tests/html/speechrecognition_test.dart
|
| +++ b/tests/html/speechrecognition_test.dart
|
| @@ -24,14 +24,15 @@ main() {
|
| new SpeechRecognition();
|
| }, expectation);
|
| });
|
| -
|
| +/*
|
| + https://code.google.com/p/dart/issues/detail?id=11825
|
| test('SpeechRecognitionEvent', () {
|
| expect(() {
|
| var e = new Event.eventType('SpeechRecognitionEvent', 'speech');
|
| expect(e is SpeechRecognitionEvent, true);
|
| }, expectation);
|
| });
|
| -
|
| +*/
|
| test('SpeechRecognitionError', () {
|
| expect(() {
|
| var e = new Event.eventType('SpeechRecognitionError', 'speech');
|
|
|