Index: LayoutTests/fast/speechsynthesis/speech-synthesis-speak-invalid-argument-throws-expected.txt |
diff --git a/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-invalid-argument-throws-expected.txt b/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-invalid-argument-throws-expected.txt |
index 8b3074f6247876e12e57ff35239d49b58a743213..6f6d098934d460a49edab5602106cc3758631a1d 100644 |
--- a/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-invalid-argument-throws-expected.txt |
+++ b/LayoutTests/fast/speechsynthesis/speech-synthesis-speak-invalid-argument-throws-expected.txt |
@@ -4,11 +4,11 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS speechSynthesis.speak() threw exception TypeError: Failed to execute 'speak' on 'SpeechSynthesis': 1 argument required, but only 0 present.. |
-PASS speechSynthesis.speak(0) threw exception TypeError: Invalid utterance argument. |
-PASS speechSynthesis.speak('') threw exception TypeError: Invalid utterance argument. |
-PASS speechSynthesis.speak(document.body) threw exception TypeError: Invalid utterance argument. |
-PASS speechSynthesis.speak({}) threw exception TypeError: Invalid utterance argument. |
-PASS speechSynthesis.speak((new SpeechSynthesisUtterance()).text = 'hello') threw exception TypeError: Invalid utterance argument. |
+PASS speechSynthesis.speak(0) threw exception TypeError: Failed to execute 'speak' on 'SpeechSynthesis': Invalid utterance argument. |
+PASS speechSynthesis.speak('') threw exception TypeError: Failed to execute 'speak' on 'SpeechSynthesis': Invalid utterance argument. |
+PASS speechSynthesis.speak(document.body) threw exception TypeError: Failed to execute 'speak' on 'SpeechSynthesis': Invalid utterance argument. |
+PASS speechSynthesis.speak({}) threw exception TypeError: Failed to execute 'speak' on 'SpeechSynthesis': Invalid utterance argument. |
+PASS speechSynthesis.speak((new SpeechSynthesisUtterance()).text = 'hello') threw exception TypeError: Failed to execute 'speak' on 'SpeechSynthesis': Invalid utterance argument. |
PASS successfullyParsed is true |
TEST COMPLETE |