Skip to content

Commit

Permalink
Chrome/Edge 121: adjust expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Feb 10, 2024
1 parent 1d24eff commit 04151a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4195,9 +4195,8 @@ public void _EventTarget_SourceBufferList() throws Exception {
* @throws Exception if the test fails
*/
@Test
@Alerts(DEFAULT = "false",
FF = "true",
FF_ESR = "true")
@Alerts(DEFAULT = "true",
IE = "false")
public void _EventTarget_SpeechSynthesis() throws Exception {
test("EventTarget", "SpeechSynthesis");
}
Expand Down
10 changes: 4 additions & 6 deletions src/test/java/org/htmlunit/general/huge/HostParentOfSTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,8 @@ public void _SourceBufferList_SourceBufferList() throws Exception {
* @throws Exception if the test fails
*/
@Test
@Alerts(DEFAULT = "false",
FF = "true",
FF_ESR = "true")
@Alerts(DEFAULT = "true",
IE = "false")
public void _SpeechSynthesis_SpeechSynthesis() throws Exception {
test("SpeechSynthesis", "SpeechSynthesis");
}
Expand Down Expand Up @@ -245,9 +244,8 @@ public void _SpeechSynthesisUtterance_SpeechSynthesisUtterance() throws Exceptio
* @throws Exception if the test fails
*/
@Test
@Alerts(DEFAULT = "false",
FF = "true",
FF_ESR = "true")
@Alerts(DEFAULT = "true",
IE = "false")
public void _SpeechSynthesisVoice_SpeechSynthesisVoice() throws Exception {
test("SpeechSynthesisVoice", "SpeechSynthesisVoice");
}
Expand Down

0 comments on commit 04151a9

Please sign in to comment.