Sign in
webkit
/
WebKit
/
c19171a123537df24000c2385ff2300a0c5e6314
/
.
/
LayoutTests
/
fast
/
speechrecognition
/
resources
/
removed-iframe.html
blob: 37d33930c7596b16e5e55c327e09af690d018c97 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script>
function
startRecognition
()
{
recognition
=
new
webkitSpeechRecognition
();
parent
.
removeFrame
();
recognition
.
start
();
}
</script>
</body>
</html>