From: qunfang.lin Date: Mon, 12 Oct 2020 01:53:49 +0000 (+0800) Subject: [common][speech][TSIX-6797, guide and result are not same] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68ca6f23155d2bcac752fa44d9ec30c0f13e14af;p=test%2Ftct%2Fweb%2Fapi.git [common][speech][TSIX-6797, guide and result are not same] Change-Id: I10959cbaa9f20138b226ac76d6434e2ca51de295 Signed-off-by: qunfang.lin --- diff --git a/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_transcript_attribute.html b/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_transcript_attribute.html index 656c31d68..c6635f439 100755 --- a/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_transcript_attribute.html +++ b/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_transcript_attribute.html @@ -73,7 +73,7 @@ recognition.onerror = function (event) { function start() { recognition.start(); - final_span.innerHTML = "ready to recognize"; + final_span.innerHTML = "ready to recognize: Speak"; } function stop() {