Skip to content

Commit 95c9944

Browse files
committed
code style fixes
1 parent 2c32792 commit 95c9944

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ public void replaceChildrenMixed() throws Exception {
783783

784784
loadPageVerifyTitle2(content);
785785
}
786+
786787
/**
787788
* @throws Exception if the test fails
788789
*/

0 commit comments

Comments
 (0)