We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec8327 commit cf0d700Copy full SHA for cf0d700
src/test/java/org/htmlunit/general/huge/HostParentOfNTest.java
@@ -1160,6 +1160,19 @@ public void _Node_SVGDescElement() throws Exception {
1160
test("Node", "SVGDescElement");
1161
}
1162
1163
+ /**
1164
+ * @throws Exception
1165
+ * if the test fails
1166
+ */
1167
+ @Test
1168
+ @Alerts(DEFAULT = "true",
1169
+ CHROME = "false",
1170
+ EDGE = "false",
1171
+ FF_ESR = "false")
1172
+ public void _Node_SVGDiscardElement() throws Exception {
1173
+ test("Node", "SVGDiscardElement");
1174
+ }
1175
+
1176
/**
1177
* @throws Exception
1178
* if the test fails
0 commit comments