@@ -7112,7 +7112,10 @@ public void sourceBufferList() throws Exception {
71127112 * @throws Exception if the test fails
71137113 */
71147114 @ Test
7115- @ Alerts ("ReferenceError" )
7115+ @ Alerts (DEFAULT = "ReferenceError" ,
7116+ CHROME = "function SpeechGrammar() { [native code] }" ,
7117+ EDGE = "function SpeechGrammar() { [native code] }" )
7118+ @ HtmlUnitNYI (CHROME = "ReferenceError" , EDGE = "ReferenceError" )
71167119 public void speechGrammar () throws Exception {
71177120 test ("SpeechGrammar" );
71187121 }
@@ -7121,7 +7124,10 @@ public void speechGrammar() throws Exception {
71217124 * @throws Exception if the test fails
71227125 */
71237126 @ Test
7124- @ Alerts ("ReferenceError" )
7127+ @ Alerts (DEFAULT = "ReferenceError" ,
7128+ CHROME = "function SpeechGrammarList() { [native code] }" ,
7129+ EDGE = "function SpeechGrammarList() { [native code] }" )
7130+ @ HtmlUnitNYI (CHROME = "ReferenceError" , EDGE = "ReferenceError" )
71257131 public void speechGrammarList () throws Exception {
71267132 test ("SpeechGrammarList" );
71277133 }
@@ -7130,7 +7136,10 @@ public void speechGrammarList() throws Exception {
71307136 * @throws Exception if the test fails
71317137 */
71327138 @ Test
7133- @ Alerts ("ReferenceError" )
7139+ @ Alerts (DEFAULT = "ReferenceError" ,
7140+ CHROME = "function SpeechRecognition() { [native code] }" ,
7141+ EDGE = "function SpeechRecognition() { [native code] }" )
7142+ @ HtmlUnitNYI (CHROME = "ReferenceError" , EDGE = "ReferenceError" )
71347143 public void speechRecognition () throws Exception {
71357144 test ("SpeechRecognition" );
71367145 }
@@ -7157,7 +7166,10 @@ public void speechRecognitionError() throws Exception {
71577166 * @throws Exception if the test fails
71587167 */
71597168 @ Test
7160- @ Alerts ("ReferenceError" )
7169+ @ Alerts (DEFAULT = "ReferenceError" ,
7170+ CHROME = "function SpeechRecognitionErrorEvent() { [native code] }" ,
7171+ EDGE = "function SpeechRecognitionErrorEvent() { [native code] }" )
7172+ @ HtmlUnitNYI (CHROME = "ReferenceError" , EDGE = "ReferenceError" )
71617173 public void speechRecognitionErrorEvent () throws Exception {
71627174 test ("SpeechRecognitionErrorEvent" );
71637175 }
@@ -7166,7 +7178,10 @@ public void speechRecognitionErrorEvent() throws Exception {
71667178 * @throws Exception if the test fails
71677179 */
71687180 @ Test
7169- @ Alerts ("ReferenceError" )
7181+ @ Alerts (DEFAULT = "ReferenceError" ,
7182+ CHROME = "function SpeechRecognitionEvent() { [native code] }" ,
7183+ EDGE = "function SpeechRecognitionEvent() { [native code] }" )
7184+ @ HtmlUnitNYI (CHROME = "ReferenceError" , EDGE = "ReferenceError" )
71707185 public void speechRecognitionEvent () throws Exception {
71717186 test ("SpeechRecognitionEvent" );
71727187 }
0 commit comments