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

Unified Diff: LayoutTests/fast/speech/scripted/speechrecognition-basics-expected.txt

Issue 22208002: Drop [IsIndex] IDL extended attribute from Speech types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Stop using window.event Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/speech/scripted/speechrecognition-basics-expected.txt
diff --git a/LayoutTests/fast/speech/scripted/speechrecognition-basics-expected.txt b/LayoutTests/fast/speech/scripted/speechrecognition-basics-expected.txt
index 8efb8775777f62bd2982ccfb5f710f7097d61e24..66d0363bbd7c1c2f6645b7428ab39f89382c3692 100644
--- a/LayoutTests/fast/speech/scripted/speechrecognition-basics-expected.txt
+++ b/LayoutTests/fast/speech/scripted/speechrecognition-basics-expected.txt
@@ -20,10 +20,12 @@ PASS count is 4
PASS event.emma is null
PASS event.interpretation is null
PASS event.results.length is 1
+PASS event.results.item(-1) is null
PASS event.results[0].length is 1
PASS event.results[0].isFinal is true
PASS event.results[0].item(0).transcript is "hello, world"
PASS event.results[0].item(0).confidence is within 0.001 of 0.42
+PASS event.results[0].item(-1) is null
onspeechend
PASS count is 5
onsoundend
« no previous file with comments | « LayoutTests/fast/speech/scripted/speechrecognition-basics.html ('k') | Source/core/page/SpeechInputResultList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698