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 16, 2024
1 parent d2aa897 commit 759fa09
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,7 @@ public void _DOMRectReadOnly_DOMRectReadOnly() throws Exception {
* @throws Exception if the test fails
*/
@Test
@Alerts(DEFAULT = "false",
FF_ESR = "true")
@Alerts("false")
public void _DOMRequest_DOMRequest() throws Exception {
test("DOMRequest", "DOMRequest");
}
Expand Down Expand Up @@ -2746,8 +2745,7 @@ public void _EventTarget_DOMCursor() throws Exception {
* @throws Exception if the test fails
*/
@Test
@Alerts(DEFAULT = "false",
FF_ESR = "true")
@Alerts("false")
public void _EventTarget_DOMRequest() throws Exception {
test("EventTarget", "DOMRequest");
}
Expand Down

0 comments on commit 759fa09

Please sign in to comment.