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

Side by Side Diff: LayoutTests/fast/speech/scripted/basics-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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
1 Tests the basics of the Speech JavaScript API 1 Tests the basics of the Speech JavaScript API
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS 'webkitSpeechRecognition' in self is true 6 PASS 'webkitSpeechRecognition' in self is true
7 PASS webkitSpeechRecognition == null is false 7 PASS webkitSpeechRecognition == null is false
8 PASS speechReco == null is false 8 PASS speechReco == null is false
9 PASS 'grammars' in speechReco is true 9 PASS 'grammars' in speechReco is true
10 PASS speechReco.grammars == null is false 10 PASS speechReco.grammars == null is false
(...skipping 15 matching lines...) Expand all
26 PASS 'onnomatch' in speechReco is true 26 PASS 'onnomatch' in speechReco is true
27 PASS 'onerror' in speechReco is true 27 PASS 'onerror' in speechReco is true
28 PASS 'onstart' in speechReco is true 28 PASS 'onstart' in speechReco is true
29 PASS 'onend' in speechReco is true 29 PASS 'onend' in speechReco is true
30 PASS 'addEventListener' in speechReco is true 30 PASS 'addEventListener' in speechReco is true
31 PASS 'removeEventListener' in speechReco is true 31 PASS 'removeEventListener' in speechReco is true
32 PASS 'dispatchEvent' in speechReco is true 32 PASS 'dispatchEvent' in speechReco is true
33 PASS speechReco.lang is '' 33 PASS speechReco.lang is ''
34 PASS speechReco.continuous is false 34 PASS speechReco.continuous is false
35 PASS speechReco.maxAlternatives is 1 35 PASS speechReco.maxAlternatives is 1
36 PASS successfullyParsed is true
36 37
38 TEST COMPLETE
39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698