Skip to content

Commit cf0d700

Browse files
committed
Chrome/Edge 134
1 parent 8ec8327 commit cf0d700

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,6 +1160,19 @@ public void _Node_SVGDescElement() throws Exception {
11601160
test("Node", "SVGDescElement");
11611161
}
11621162

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+
11631176
/**
11641177
* @throws Exception
11651178
* if the test fails

0 commit comments

Comments
 (0)