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

Unified Diff: LayoutTests/fast/speech/input-onspeechchange-event.html

Issue 22208002: Drop [IsIndex] IDL extended attribute from Speech types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « no previous file | LayoutTests/fast/speech/input-onspeechchange-event-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/speech/input-onspeechchange-event.html
diff --git a/LayoutTests/fast/speech/input-onspeechchange-event.html b/LayoutTests/fast/speech/input-onspeechchange-event.html
index 8dfb178eb8a352dd62b7590b62c72b78ea222aa7..92ea40d4d1ac3700651709b4bb4f40076583837f 100644
--- a/LayoutTests/fast/speech/input-onspeechchange-event.html
+++ b/LayoutTests/fast/speech/input-onspeechchange-event.html
@@ -16,6 +16,7 @@ function onSpeechChange() {
shouldEvaluateTo('window.event.results[1].confidence', 0.5);
shouldBeEqualToString('window.event.results[2].utterance', '3 x and am');
shouldEvaluateTo('window.event.results[2].confidence', 0.2);
+ shouldBeNull("window.event.results.item(-1)");
finishJSTest();
}
« no previous file with comments | « no previous file | LayoutTests/fast/speech/input-onspeechchange-event-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698