Skip to content

Commit dccf3f1

Browse files
committed
Chrome/Edge 141, Firefox 143, FirefoxESR 140
1 parent f25ba21 commit dccf3f1

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,8 +1253,7 @@ void _Event_MSGestureEvent() throws Exception {
12531253
test("Event", "MSGestureEvent");
12541254
}
12551255

1256-
@Alerts(DEFAULT = "false/false",
1257-
FF_ESR = "true/true")
1256+
@Alerts("false/false")
12581257
void _Event_MutationEvent() throws Exception {
12591258
test("Event", "MutationEvent");
12601259
}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,7 @@ void _MouseScrollEvent_MouseScrollEvent() throws Exception {
285285
test("MouseScrollEvent", "MouseScrollEvent");
286286
}
287287

288-
@Alerts(DEFAULT = "false/false",
289-
FF_ESR = "true/false")
288+
@Alerts("false/false")
290289
void _MutationEvent_MutationEvent() throws Exception {
291290
test("MutationEvent", "MutationEvent");
292291
}

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ void _TextEncoder_TextEncoder() throws Exception {
6161
test("TextEncoder", "TextEncoder");
6262
}
6363

64-
@Alerts(DEFAULT = "true/false",
65-
FF_ESR = "false/false")
64+
@Alerts("true/false")
6665
void _TextEvent_TextEvent() throws Exception {
6766
test("TextEvent", "TextEvent");
6867
}
@@ -207,8 +206,7 @@ void _UIEvent_SVGZoomEvent() throws Exception {
207206
test("UIEvent", "SVGZoomEvent");
208207
}
209208

210-
@Alerts(DEFAULT = "true/true",
211-
FF_ESR = "false/false")
209+
@Alerts("true/true")
212210
void _UIEvent_TextEvent() throws Exception {
213211
test("UIEvent", "TextEvent");
214212
}

0 commit comments

Comments
 (0)