haikuwebkit/LayoutTests/fast/speechrecognition/start-recognition-in-remove...

12 lines
396 B
Plaintext

Verify that process does not crash when starting recognition in a removed iframe.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS iframe.parentNode.removeChild(iframe) did not throw exception.
PASS iframe.contentWindow.startRecognition() threw exception UnknownError: Recognition is not in a valid frame.
PASS successfullyParsed is true
TEST COMPLETE