Skip to content

Commit 9ce43b6

Browse files
committed
nyi for now
1 parent d708ff3 commit 9ce43b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/org/htmlunit/javascript/host/dom/DocumentFragmentTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import org.htmlunit.WebDriverTestCase;
1818
import org.htmlunit.junit.annotation.Alerts;
19+
import org.htmlunit.junit.annotation.HtmlUnitNYI;
1920
import org.junit.jupiter.api.Test;
2021

2122
/**
@@ -1375,6 +1376,7 @@ public void moveBefore_detachedReferenceNode() throws Exception {
13751376
@Test
13761377
@Alerts(DEFAULT = "HierarchyRequestError/DOMException",
13771378
FF_ESR = "no moveBefore()")
1379+
@HtmlUnitNYI(CHROME = "success", EDGE = "success", FF = "success")
13781380
public void moveBefore_detachedMovedNode() throws Exception {
13791381
final String html = DOCTYPE_HTML
13801382
+ "<html><head><script>\n"
@@ -1465,6 +1467,7 @@ public void moveBefore_missingReferenceNode() throws Exception {
14651467
@Test
14661468
@Alerts(DEFAULT = "true",
14671469
FF_ESR = "no moveBefore()")
1470+
@HtmlUnitNYI(CHROME = "false", EDGE = "false", FF = "false")
14681471
public void moveBefore_staysInDocument() throws Exception {
14691472
final String html = DOCTYPE_HTML
14701473
+ "<html><head><script>\n"

0 commit comments

Comments
 (0)