Skip to content

Commit 1fcabc8

Browse files
committed
Firefox 145
1 parent 298fa06 commit 1fcabc8

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/test/java/org/htmlunit/general/ElementPropertiesTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7402,12 +7402,14 @@ public void nodeListButtonLabels() throws Exception {
74027402
+ "stroke-linejoin,stroke-miterlimit,stroke-opacity,stroke-width,strokeDasharray,"
74037403
+ "strokeDashoffset,strokeLinecap,strokeLinejoin,strokeMiterlimit,strokeOpacity,strokeWidth,"
74047404
+ "tab-size,table-layout,tableLayout,tabSize,text-align,text-align-last,text-anchor,"
7405+
+ "text-autospace,"
74057406
+ "text-combine-upright,text-decoration,text-decoration-color,text-decoration-line,"
74067407
+ "text-decoration-skip-ink,text-decoration-style,text-decoration-thickness,text-emphasis,"
74077408
+ "text-emphasis-color,text-emphasis-position,text-emphasis-style,text-indent,text-justify,"
74087409
+ "text-orientation,text-overflow,text-rendering,text-shadow,text-transform,"
74097410
+ "text-underline-offset,text-underline-position,text-wrap,text-wrap-mode,text-wrap-style,"
7410-
+ "textAlign,textAlignLast,textAnchor,textCombineUpright,textDecoration,textDecorationColor,"
7411+
+ "textAlign,textAlignLast,textAnchor,textAutospace,"
7412+
+ "textCombineUpright,textDecoration,textDecorationColor,"
74117413
+ "textDecorationLine,textDecorationSkipInk,textDecorationStyle,textDecorationThickness,"
74127414
+ "textEmphasis,textEmphasisColor,textEmphasisPosition,textEmphasisStyle,textIndent,"
74137415
+ "textJustify,textOrientation,textOverflow,textRendering,textShadow,textTransform,"

src/test/java/org/htmlunit/javascript/host/css/property/ElementOffsetWidthTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,7 @@ public void xmp() throws Exception {
18611861
FF_ESR = "165")
18621862
@HtmlUnitNYI(CHROME = "173",
18631863
EDGE = "173",
1864-
FF = "161",
1864+
FF = "157",
18651865
FF_ESR = "161")
18661866
public void input() throws Exception {
18671867
test("input");
@@ -1937,7 +1937,7 @@ public void inputHidden() throws Exception {
19371937
FF_ESR = "165")
19381938
@HtmlUnitNYI(CHROME = "173",
19391939
EDGE = "173",
1940-
FF = "161",
1940+
FF = "157",
19411941
FF_ESR = "161")
19421942
public void inputPassword() throws Exception {
19431943
loadPageVerifyTitle2(testInput("password"));
@@ -1984,7 +1984,7 @@ public void inputReset() throws Exception {
19841984
FF_ESR = "165")
19851985
@HtmlUnitNYI(CHROME = "173",
19861986
EDGE = "173",
1987-
FF = "161",
1987+
FF = "157",
19881988
FF_ESR = "161")
19891989
public void inputSelect() throws Exception {
19901990
loadPageVerifyTitle2(testInput("select"));
@@ -2018,7 +2018,7 @@ public void inputSubmit() throws Exception {
20182018
FF_ESR = "165")
20192019
@HtmlUnitNYI(CHROME = "173",
20202020
EDGE = "173",
2021-
FF = "161",
2021+
FF = "157",
20222022
FF_ESR = "161")
20232023
public void inputText() throws Exception {
20242024
loadPageVerifyTitle2(testInput("text"));

0 commit comments

Comments
 (0)