Skip to content

Commit 3092c60

Browse files
committed
Chrome/Edge 141, Firefox 143, FirefoxESR 140
1 parent f0f2038 commit 3092c60

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/java/org/htmlunit/general/huge/CtorPrototypeTest.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,8 +1107,7 @@ void _MouseScrollEvent() throws Exception {
11071107
test("MouseScrollEvent");
11081108
}
11091109

1110-
@Alerts(DEFAULT = "exception",
1111-
FF_ESR = "false")
1110+
@Alerts("exception")
11121111
void _MutationEvent() throws Exception {
11131112
test("MutationEvent");
11141113
}
@@ -1826,8 +1825,7 @@ void _Text() throws Exception {
18261825
test("Text");
18271826
}
18281827

1829-
@Alerts(DEFAULT = "false",
1830-
FF_ESR = "exception")
1828+
@Alerts("false")
18311829
void _TextEvent() throws Exception {
18321830
test("TextEvent");
18331831
}

0 commit comments

Comments
 (0)