Skip to content

Commit af041bc

Browse files
committed
Chrome/Edge 128
1 parent d5821b0 commit af041bc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

+8-4
Original file line numberDiff line numberDiff line change
@@ -16337,7 +16337,8 @@ public void nodeListButtonLabels() throws Exception {
1633716337
+ "marginLeft[GSCE],marginRight[GSCE],marginTop[GSCE],maxHeight[GSCE],maxWidth[GSCE],"
1633816338
+ "minHeight[GSCE],minWidth[GSCE],opacity[GSCE],orphans[GSCE],outline[GSCE],outlineWidth[GSCE],"
1633916339
+ "padding[GSCE],paddingBottom[GSCE],paddingLeft[GSCE],paddingRight[GSCE],paddingTop[GSCE],"
16340-
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],setProperty(),size[GSCE],"
16340+
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],rubyAlign[GSCE],"
16341+
+ "setProperty(),size[GSCE],"
1634116342
+ "textIndent[GSCE],top[GSCE],verticalAlign[GSCE],widows[GSCE],width[GSCE],wordSpacing[GSCE],"
1634216343
+ "zIndex[GSCE]",
1634316344
EDGE = "backgroundAttachment[GSCE],backgroundColor[GSCE],backgroundImage[GSCE],"
@@ -16351,7 +16352,8 @@ public void nodeListButtonLabels() throws Exception {
1635116352
+ "marginLeft[GSCE],marginRight[GSCE],marginTop[GSCE],maxHeight[GSCE],maxWidth[GSCE],"
1635216353
+ "minHeight[GSCE],minWidth[GSCE],opacity[GSCE],orphans[GSCE],outline[GSCE],outlineWidth[GSCE],"
1635316354
+ "padding[GSCE],paddingBottom[GSCE],paddingLeft[GSCE],paddingRight[GSCE],paddingTop[GSCE],"
16354-
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],setProperty(),size[GSCE],"
16355+
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],rubyAlign[GSCE],"
16356+
+ "setProperty(),size[GSCE],"
1635516357
+ "textIndent[GSCE],top[GSCE],verticalAlign[GSCE],widows[GSCE],width[GSCE],wordSpacing[GSCE],"
1635616358
+ "zIndex[GSCE]",
1635716359
FF_ESR = "constructor()",
@@ -16968,7 +16970,8 @@ public void computedStyle() throws Exception {
1696816970
+ "marginLeft[GSCE],marginRight[GSCE],marginTop[GSCE],maxHeight[GSCE],maxWidth[GSCE],"
1696916971
+ "minHeight[GSCE],minWidth[GSCE],opacity[GSCE],orphans[GSCE],outline[GSCE],outlineWidth[GSCE],"
1697016972
+ "padding[GSCE],paddingBottom[GSCE],paddingLeft[GSCE],paddingRight[GSCE],paddingTop[GSCE],"
16971-
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],setProperty(),size[GSCE],"
16973+
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],rubyAlign[GSCE],"
16974+
+ "setProperty(),size[GSCE],"
1697216975
+ "textIndent[GSCE],top[GSCE],verticalAlign[GSCE],widows[GSCE],width[GSCE],wordSpacing[GSCE],"
1697316976
+ "zIndex[GSCE]",
1697416977
EDGE = "backgroundAttachment[GSCE],backgroundColor[GSCE],backgroundImage[GSCE],"
@@ -16982,7 +16985,8 @@ public void computedStyle() throws Exception {
1698216985
+ "marginLeft[GSCE],marginRight[GSCE],marginTop[GSCE],maxHeight[GSCE],maxWidth[GSCE],"
1698316986
+ "minHeight[GSCE],minWidth[GSCE],opacity[GSCE],orphans[GSCE],outline[GSCE],outlineWidth[GSCE],"
1698416987
+ "padding[GSCE],paddingBottom[GSCE],paddingLeft[GSCE],paddingRight[GSCE],paddingTop[GSCE],"
16985-
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],setProperty(),size[GSCE],"
16988+
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],rubyAlign[GSCE],"
16989+
+ "setProperty(),size[GSCE],"
1698616990
+ "textIndent[GSCE],top[GSCE],verticalAlign[GSCE],widows[GSCE],width[GSCE],wordSpacing[GSCE],"
1698716991
+ "zIndex[GSCE]",
1698816992
FF_ESR = "backgroundAttachment[GSCE],backgroundColor[GSCE],backgroundImage[GSCE],backgroundPosition[GSCE],"

0 commit comments

Comments
 (0)