Skip to content

Commit ef0bc04

Browse files
committed
Chrome/Edge 141, Firefox 143, FirefoxESR 140
1 parent 71b8ce6 commit ef0bc04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/htmlunit/BrowserVersionFeatures.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public enum BrowserVersionFeatures {
6363
CSS_RT_DISPLAY_RUBY_TEXT_ALWAYS,
6464

6565
/** The context menu MouseEvent has a detail of 1. */
66-
@BrowserFeature(FF)
66+
@BrowserFeature({FF, FF_ESR})
6767
EVENT_CONTEXT_MENU_HAS_DETAIL_1,
6868

6969
/** Triggers the onfocus event when focusing the body on load. */

0 commit comments

Comments
 (0)