@@ -15797,15 +15797,6 @@ public void range() throws Exception {
1579715797 FF_ESR = "append(),childElementCount[GCE],children[GCE],constructor(),firstElementChild[GCE],"
1579815798 + "getElementById(),lastElementChild[GCE],prepend(),querySelector(),querySelectorAll(),"
1579915799 + "replaceChildren()")
15800- @HtmlUnitNYI(CHROME = "append(),childElementCount[GCE],children[GCE],constructor(),firstElementChild[GCE],"
15801- + "getElementById(),lastElementChild[GCE],moveBefore(),prepend(),querySelector(),querySelectorAll(),"
15802- + "replaceChildren()",
15803- EDGE = "append(),childElementCount[GCE],children[GCE],constructor(),firstElementChild[GCE],"
15804- + "getElementById(),lastElementChild[GCE],moveBefore(),prepend(),querySelector(),querySelectorAll(),"
15805- + "replaceChildren()",
15806- FF = "append(),childElementCount[GCE],children[GCE],constructor(),firstElementChild[GCE],"
15807- + "getElementById(),lastElementChild[GCE],moveBefore(),prepend(),querySelector(),querySelectorAll(),"
15808- + "replaceChildren()")
1580915800 public void documentFragment() throws Exception {
1581015801 testString("", "document.createDocumentFragment()");
1581115802 }
0 commit comments