Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: LayoutTests/fast/events/constructors/speech-recognition-error-constructor-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This tests the constructor for the SpeechRecognitionError DOM class.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 FAIL new webkitSpeechRecognitionError('eventType').bubbles should be false. Thre w exception ReferenceError: Can't find variable: webkitSpeechRecognitionError
7 FAIL new webkitSpeechRecognitionError('eventType').cancelable should be false. T hrew exception ReferenceError: Can't find variable: webkitSpeechRecognitionError
8 FAIL new webkitSpeechRecognitionError('eventType').error should be . Threw excep tion ReferenceError: Can't find variable: webkitSpeechRecognitionError
9 FAIL new webkitSpeechRecognitionError('eventType').message should be . Threw exc eption ReferenceError: Can't find variable: webkitSpeechRecognitionError
10 FAIL new webkitSpeechRecognitionError('eventType', { bubbles: false }).bubbles s hould be false. Threw exception ReferenceError: Can't find variable: webkitSpeec hRecognitionError
11 FAIL new webkitSpeechRecognitionError('eventType', { bubbles: true }).bubbles sh ould be true. Threw exception ReferenceError: Can't find variable: webkitSpeechR ecognitionError
12 FAIL new webkitSpeechRecognitionError('eventType', { cancelable: false }).cancel able should be false. Threw exception ReferenceError: Can't find variable: webki tSpeechRecognitionError
13 FAIL new webkitSpeechRecognitionError('eventType', { cancelable: true }).cancela ble should be true. Threw exception ReferenceError: Can't find variable: webkitS peechRecognitionError
14 FAIL new webkitSpeechRecognitionError('eventType', { error: 'bar' }).error shoul d be bar. Threw exception ReferenceError: Can't find variable: webkitSpeechRecog nitionError
15 FAIL new webkitSpeechRecognitionError('eventType', { message: 'foo' }).message s hould be foo. Threw exception ReferenceError: Can't find variable: webkitSpeechR ecognitionError
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698