File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/test/java/org/htmlunit/general/huge Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,8 @@ public void _SVGAnimationElement_SVGAnimationElement() throws Exception {
510510 * @throws Exception if the test fails
511511 */
512512 @ Test
513- @ Alerts (DEFAULT = "false" , FF = "true" )
513+ @ Alerts (DEFAULT = "false" ,
514+ FF = "true" )
514515 public void _SVGAnimationElement_SVGDiscardElement () throws Exception {
515516 test ("SVGAnimationElement" , "SVGDiscardElement" );
516517 }
@@ -609,7 +610,8 @@ public void _SVGDescElement_SVGDescElement() throws Exception {
609610 * @throws Exception if the test fails
610611 */
611612 @ Test
612- @ Alerts (DEFAULT = "false" , FF = "true" )
613+ @ Alerts (DEFAULT = "false" ,
614+ FF = "true" )
613615 public void _SVGDiscardElement_SVGDiscardElement () throws Exception {
614616 test ("SVGDiscardElement" , "SVGDiscardElement" );
615617 }
@@ -708,7 +710,8 @@ public void _SVGElement_SVGDescElement() throws Exception {
708710 * @throws Exception if the test fails
709711 */
710712 @ Test
711- @ Alerts (DEFAULT = "false" , FF = "true" )
713+ @ Alerts (DEFAULT = "false" ,
714+ FF = "true" )
712715 public void _SVGElement_SVGDiscardElement () throws Exception {
713716 test ("SVGElement" , "SVGDiscardElement" );
714717 }
You can’t perform that action at this time.
0 commit comments