Skip to content

Commit 5547887

Browse files
committed
adjust tests for SVGDiscardElement
1 parent c54fa83 commit 5547887

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,15 @@ public void _SVGAnimationElement_SVGAnimationElement() throws Exception {
506506
test("SVGAnimationElement", "SVGAnimationElement");
507507
}
508508

509+
/**
510+
* @throws Exception if the test fails
511+
*/
512+
@Test
513+
@Alerts(DEFAULT = "false", FF = "true")
514+
public void _SVGAnimationElement_SVGDiscardElement() throws Exception {
515+
test("SVGAnimationElement", "SVGDiscardElement");
516+
}
517+
509518
/**
510519
* @throws Exception if the test fails
511520
*/
@@ -596,6 +605,15 @@ public void _SVGDescElement_SVGDescElement() throws Exception {
596605
test("SVGDescElement", "SVGDescElement");
597606
}
598607

608+
/**
609+
* @throws Exception if the test fails
610+
*/
611+
@Test
612+
@Alerts(DEFAULT = "false", FF = "true")
613+
public void _SVGDiscardElement_SVGDiscardElement() throws Exception {
614+
test("SVGDiscardElement", "SVGDiscardElement");
615+
}
616+
599617
/**
600618
* @throws Exception if the test fails
601619
*/
@@ -686,6 +704,15 @@ public void _SVGElement_SVGDescElement() throws Exception {
686704
test("SVGElement", "SVGDescElement");
687705
}
688706

707+
/**
708+
* @throws Exception if the test fails
709+
*/
710+
@Test
711+
@Alerts(DEFAULT = "false", FF = "true")
712+
public void _SVGElement_SVGDiscardElement() throws Exception {
713+
test("SVGElement", "SVGDiscardElement");
714+
}
715+
689716
/**
690717
* @throws Exception if the test fails
691718
*/

0 commit comments

Comments
 (0)