Skip to content

Commit 8722801

Browse files
committed
time to remove IE (issue #735)
1 parent 271747e commit 8722801

1 file changed

Lines changed: 4 additions & 20 deletions

File tree

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

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,11 +2291,7 @@ public void _Event_ProgressEvent() throws Exception {
22912291
* @throws Exception if the test fails
22922292
*/
22932293
@Test
2294-
@Alerts(DEFAULT = "false",
2295-
CHROME = "true",
2296-
EDGE = "true",
2297-
FF = "true",
2298-
FF_ESR = "true")
2294+
@Alerts("true")
22992295
public void _Event_PromiseRejectionEvent() throws Exception {
23002296
test("Event", "PromiseRejectionEvent");
23012297
}
@@ -3904,11 +3900,7 @@ public void _EventTarget_ScriptProcessorNode() throws Exception {
39043900
* @throws Exception if the test fails
39053901
*/
39063902
@Test
3907-
@Alerts(DEFAULT = "false",
3908-
CHROME = "true",
3909-
EDGE = "true",
3910-
FF = "true",
3911-
FF_ESR = "true")
3903+
@Alerts("true")
39123904
public void _EventTarget_ServiceWorker() throws Exception {
39133905
test("EventTarget", "ServiceWorker");
39143906
}
@@ -3917,11 +3909,7 @@ public void _EventTarget_ServiceWorker() throws Exception {
39173909
* @throws Exception if the test fails
39183910
*/
39193911
@Test
3920-
@Alerts(DEFAULT = "false",
3921-
CHROME = "true",
3922-
EDGE = "true",
3923-
FF = "true",
3924-
FF_ESR = "true")
3912+
@Alerts("true")
39253913
public void _EventTarget_ServiceWorkerContainer() throws Exception {
39263914
test("EventTarget", "ServiceWorkerContainer");
39273915
}
@@ -3930,11 +3918,7 @@ public void _EventTarget_ServiceWorkerContainer() throws Exception {
39303918
* @throws Exception if the test fails
39313919
*/
39323920
@Test
3933-
@Alerts(DEFAULT = "false",
3934-
CHROME = "true",
3935-
EDGE = "true",
3936-
FF = "true",
3937-
FF_ESR = "true")
3921+
@Alerts("true")
39383922
public void _EventTarget_ServiceWorkerRegistration() throws Exception {
39393923
test("EventTarget", "ServiceWorkerRegistration");
39403924
}

0 commit comments

Comments
 (0)