Skip to content

Commit

Permalink
ff 126
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed May 20, 2024
1 parent c6bf6df commit df1f86a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/java/org/htmlunit/html/HtmlForm2Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -443,11 +443,11 @@ protected void doGet(final HttpServletRequest request, final HttpServletResponse
* @throws Exception if an error occurs
*/
@Test
@Alerts(DEFAULT = "gzip, deflate, br",
CHROME = "gzip, deflate, br, zstd",
EDGE = "gzip, deflate, br, zstd")
@Alerts(DEFAULT = "gzip, deflate, br, zstd",
FF_ESR = "gzip, deflate, br")
@HtmlUnitNYI(CHROME = "gzip, deflate, br",
EDGE = "gzip, deflate, br")
EDGE = "gzip, deflate, br",
FF = "gzip, deflate, br")
public void acceptEncodingHeader() throws Exception {
final String html
= HtmlPageTest.STANDARDS_MODE_PREFIX_
Expand Down

0 comments on commit df1f86a

Please sign in to comment.