File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/test/java/org/htmlunit/javascript/host/dom Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1616
1717import org .htmlunit .WebDriverTestCase ;
1818import org .htmlunit .junit .annotation .Alerts ;
19+ import org .htmlunit .junit .annotation .HtmlUnitNYI ;
1920import 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 "
You can’t perform that action at this time.
0 commit comments