File tree Expand file tree Collapse file tree
src/test/java/org/htmlunit/general/huge Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments