| Index: LayoutTests/fast/events/constructors/speech-recognition-event-constructor-expected.txt
|
| diff --git a/LayoutTests/fast/events/constructors/speech-recognition-event-constructor-expected.txt b/LayoutTests/fast/events/constructors/speech-recognition-event-constructor-expected.txt
|
| index 47c22ffdae1cee7bf8c0d331bfe84ff1f1563ed1..92cc1432c8c827fb03289aabfaba41c7d5310deb 100644
|
| --- a/LayoutTests/fast/events/constructors/speech-recognition-event-constructor-expected.txt
|
| +++ b/LayoutTests/fast/events/constructors/speech-recognition-event-constructor-expected.txt
|
| @@ -12,4 +12,7 @@ PASS new webkitSpeechRecognitionEvent('eventType', { bubbles: true }).bubbles is
|
| PASS new webkitSpeechRecognitionEvent('eventType', { cancelable: false }).cancelable is false
|
| PASS new webkitSpeechRecognitionEvent('eventType', { cancelable: true }).cancelable is true
|
| PASS new webkitSpeechRecognitionEvent('eventType', { resultIndex: 42 }).resultIndex is 42
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|
|
|