blob: a1fd2809c4ba0fb01a9283b0babf8a74cd2864f4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script src="../../resources/js-test.js"></script>
<script>
description("Verify that starting a started recognition throws exception.");
shouldNotThrow("recognition = new webkitSpeechRecognition();");
shouldNotThrow("recognition.start()");
shouldThrow("recognition.start()");
</script>
</body>
</html>