Skip to content

Commit ffc8792

Browse files
committed
some visible progress on TinyMce support
1 parent 4041c4d commit ffc8792

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/htmlunit/libraries/TinyMceTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public void api() throws Exception {
6464
EDGE = {"89", "1"})
6565
@HtmlUnitNYI(CHROME = {"70", "50"},
6666
EDGE = {"70", "50"},
67-
FF = {"70", "50"},
68-
FF_ESR = {"70", "50"})
67+
FF = {"89", "45"},
68+
FF_ESR = {"89", "45"})
6969
public void basic() throws Exception {
7070
test("basic", Integer.parseInt(getExpectedAlerts()[0]), Integer.parseInt(getExpectedAlerts()[1]));
7171
}

0 commit comments

Comments
 (0)