Skip to content

Commit a13acec

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

2 files changed

Lines changed: 4 additions & 20 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -435,11 +435,7 @@ public void _URL_URL() throws Exception {
435435
* @throws Exception if the test fails
436436
*/
437437
@Test
438-
@Alerts(DEFAULT = "false",
439-
CHROME = "true",
440-
EDGE = "true",
441-
FF = "true",
442-
FF_ESR = "true")
438+
@Alerts("true")
443439
public void _URL_webkitURL() throws Exception {
444440
test("URL", "webkitURL");
445441
}

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

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,7 @@ public void _WebGLVertexArrayObject_WebGLVertexArrayObject() throws Exception {
248248
* @throws Exception if the test fails
249249
*/
250250
@Test
251-
@Alerts(DEFAULT = "false",
252-
CHROME = "true",
253-
EDGE = "true",
254-
FF = "true",
255-
FF_ESR = "true")
251+
@Alerts("true")
256252
public void _WebKitCSSMatrix_DOMMatrix() throws Exception {
257253
test("WebKitCSSMatrix", "DOMMatrix");
258254
}
@@ -391,11 +387,7 @@ public void _webkitSpeechRecognitionEvent_webkitSpeechRecognitionEvent() throws
391387
* @throws Exception if the test fails
392388
*/
393389
@Test
394-
@Alerts(DEFAULT = "false",
395-
CHROME = "true",
396-
EDGE = "true",
397-
FF = "true",
398-
FF_ESR = "true")
390+
@Alerts("true")
399391
public void _webkitURL_URL() throws Exception {
400392
test("webkitURL", "URL");
401393
}
@@ -404,11 +396,7 @@ public void _webkitURL_URL() throws Exception {
404396
* @throws Exception if the test fails
405397
*/
406398
@Test
407-
@Alerts(DEFAULT = "false",
408-
CHROME = "true",
409-
EDGE = "true",
410-
FF = "true",
411-
FF_ESR = "true")
399+
@Alerts("true")
412400
public void _webkitURL_webkitURL() throws Exception {
413401
test("webkitURL", "webkitURL");
414402
}

0 commit comments

Comments
 (0)