Skip to content

Commit c3d6806

Browse files
committed
working on ctor prototype tests
1 parent 3ef381a commit c3d6806

4 files changed

Lines changed: 304 additions & 308 deletions

File tree

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ public void _Navigator_Navigator() throws Exception {
7777
@Alerts(DEFAULT = "true/false",
7878
FF = "false/false",
7979
FF_ESR = "false/false")
80-
@HtmlUnitNYI(CHROME = "true/true",
81-
EDGE = "true/true")
8280
public void _NetworkInformation_NetworkInformation() throws Exception {
8381
test("NetworkInformation", "NetworkInformation");
8482
}
@@ -1167,11 +1165,8 @@ public void _Node_SVGDescElement() throws Exception {
11671165
* if the test fails
11681166
*/
11691167
@Test
1170-
@Alerts(DEFAULT = "false/false",
1171-
FF = "false/false",
1172-
FF_ESR = "false/false")
1173-
@HtmlUnitNYI(FF = "true/false",
1174-
FF_ESR = "true/false")
1168+
@Alerts("false/false")
1169+
@HtmlUnitNYI(FF = "true/false")
11751170
public void _Node_SVGDiscardElement() throws Exception {
11761171
test("Node", "SVGDiscardElement");
11771172
}

0 commit comments

Comments
 (0)