Skip to content

Commit 1b0b47f

Browse files
committed
time to remove IE (issue #735)
1 parent a13acec commit 1b0b47f

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

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

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,7 @@ public void _Selection_Selection() throws Exception {
9696
* @throws Exception if the test fails
9797
*/
9898
@Test
99-
@Alerts(DEFAULT = "false",
100-
CHROME = "true",
101-
EDGE = "true",
102-
FF = "true",
103-
FF_ESR = "true")
99+
@Alerts("true")
104100
public void _ServiceWorker_ServiceWorker() throws Exception {
105101
test("ServiceWorker", "ServiceWorker");
106102
}
@@ -109,11 +105,7 @@ public void _ServiceWorker_ServiceWorker() throws Exception {
109105
* @throws Exception if the test fails
110106
*/
111107
@Test
112-
@Alerts(DEFAULT = "false",
113-
CHROME = "true",
114-
EDGE = "true",
115-
FF = "true",
116-
FF_ESR = "true")
108+
@Alerts("true")
117109
public void _ServiceWorkerContainer_ServiceWorkerContainer() throws Exception {
118110
test("ServiceWorkerContainer", "ServiceWorkerContainer");
119111
}
@@ -122,11 +114,7 @@ public void _ServiceWorkerContainer_ServiceWorkerContainer() throws Exception {
122114
* @throws Exception if the test fails
123115
*/
124116
@Test
125-
@Alerts(DEFAULT = "false",
126-
CHROME = "true",
127-
EDGE = "true",
128-
FF = "true",
129-
FF_ESR = "true")
117+
@Alerts("true")
130118
public void _ServiceWorkerRegistration_ServiceWorkerRegistration() throws Exception {
131119
test("ServiceWorkerRegistration", "ServiceWorkerRegistration");
132120
}

0 commit comments

Comments
 (0)