Skip to content

Commit 9d3cea8

Browse files
committed
fix test
1 parent 9545229 commit 9d3cea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/htmlunit/html/HtmlElement2Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public void contentEditableTrueBody() throws Exception {
217217
@Test
218218
@Alerts("")
219219
@HtmlUnitNYI(CHROME = "something",
220-
EDGE = "initialsomething",
220+
EDGE = "something",
221221
FF = "something",
222222
FF_ESR = "something")
223223
public void contentEditablePlaintextBody() throws Exception {

0 commit comments

Comments
 (0)