Skip to content

Commit

Permalink
Firefox 131, FirefoxESR 128
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 15, 2024
1 parent 961d672 commit e53fe38
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1793,8 +1793,7 @@ public void inputButton() throws Exception {
@Alerts(DEFAULT = "13",
FF = "14",
FF_ESR = "14")
@HtmlUnitNYI(FF = "10",
FF_ESR = "10")
@HtmlUnitNYI(FF_ESR = "10")
public void inputCheckbox() throws Exception {
loadPageVerifyTitle2(testInput("checkbox"));
}
Expand Down Expand Up @@ -1853,8 +1852,7 @@ public void inputPassword() throws Exception {
@Alerts(DEFAULT = "13",
FF = "14",
FF_ESR = "14")
@HtmlUnitNYI(FF = "10",
FF_ESR = "10")
@HtmlUnitNYI(FF_ESR = "10")
public void inputRadio() throws Exception {
loadPageVerifyTitle2(testInput("radio"));
}
Expand Down

0 comments on commit e53fe38

Please sign in to comment.