code style · HtmlUnit/htmlunit@eb2181d (original) (raw)

File tree

Original file line number Diff line number Diff line change
@@ -510,7 +510,8 @@ public void _SVGAnimationElement_SVGAnimationElement() throws Exception {
510 510 * @throws Exception if the test fails
511 511 */
512 512 @Test
513 -@Alerts(DEFAULT = "false", FF = "true")
513 +@Alerts(DEFAULT = "false",
514 +FF = "true")
514 515 public void _SVGAnimationElement_SVGDiscardElement() throws Exception {
515 516 test("SVGAnimationElement", "SVGDiscardElement");
516 517 }
@@ -609,7 +610,8 @@ public void _SVGDescElement_SVGDescElement() throws Exception {
609 610 * @throws Exception if the test fails
610 611 */
611 612 @Test
612 -@Alerts(DEFAULT = "false", FF = "true")
613 +@Alerts(DEFAULT = "false",
614 +FF = "true")
613 615 public void _SVGDiscardElement_SVGDiscardElement() throws Exception {
614 616 test("SVGDiscardElement", "SVGDiscardElement");
615 617 }
@@ -708,7 +710,8 @@ public void _SVGElement_SVGDescElement() throws Exception {
708 710 * @throws Exception if the test fails
709 711 */
710 712 @Test
711 -@Alerts(DEFAULT = "false", FF = "true")
713 +@Alerts(DEFAULT = "false",
714 +FF = "true")
712 715 public void _SVGElement_SVGDiscardElement() throws Exception {
713 716 test("SVGElement", "SVGDiscardElement");
714 717 }