Skip to content

Commit 5c50220

Browse files
committed
fix order
1 parent 3cb207b commit 5c50220

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,14 +254,14 @@ public enum BrowserVersionFeatures {
254254
@BrowserFeature({FF, FF_ESR})
255255
JS_CLIENTHEIGHT_RUBY_17,
256256

257-
/** ClientWidth for text/password input is 173. */
258-
@BrowserFeature({CHROME, EDGE})
259-
JS_CLIENTWIDTH_INPUT_TEXT_173,
260-
261257
/** ClientWidth for text/password input is 157. */
262258
@BrowserFeature(FF)
263259
JS_CLIENTWIDTH_INPUT_TEXT_157,
264260

261+
/** ClientWidth for text/password input is 173. */
262+
@BrowserFeature({CHROME, EDGE})
263+
JS_CLIENTWIDTH_INPUT_TEXT_173,
264+
265265
/** ClientWidth for radio button and checkbox is 14. */
266266
@BrowserFeature({FF, FF_ESR})
267267
JS_CLIENTWIDTH_RADIO_CHECKBOX_14,

0 commit comments

Comments
 (0)