From: zhongyuan Date: Wed, 3 Jul 2019 09:35:43 +0000 (+0800) Subject: [common][speech][fix 2 tc issue] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3a86d39f1db6dc6f074da0a013003b08185abb3;p=test%2Ftct%2Fweb%2Fapi.git [common][speech][fix 2 tc issue] Change-Id: Ibfbe775b1fded441aba1192c37e820e0f8e9450b --- diff --git a/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_confidence_attribute.html b/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_confidence_attribute.html index 0ac3f5f9d..2c0f5eb10 100755 --- a/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_confidence_attribute.html +++ b/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_confidence_attribute.html @@ -68,7 +68,7 @@ recognition.onresult = function(event) { recognition.onerror = function (event) { testResult = event.error + ": " + event.message; - result_span.innerHTML = testResult; + final_span.innerHTML = testResult; } function start() { 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 bffb5b103..656c31d68 100755 --- a/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_transcript_attribute.html +++ b/common/tct-speech-w3c-tests/speech/SpeechRecognitionAlternative_transcript_attribute.html @@ -68,7 +68,7 @@ recognition.onresult = function(event) { recognition.onerror = function (event) { testResult = event.error + ": " + event.message; - result_span.innerHTML = testResult; + final_span.innerHTML = testResult; } function start() {