Skip to content

Commit

Permalink
Chrome/Edge 128
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Aug 26, 2024
1 parent d5821b0 commit af041bc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16337,7 +16337,8 @@ public void nodeListButtonLabels() throws Exception {
+ "marginLeft[GSCE],marginRight[GSCE],marginTop[GSCE],maxHeight[GSCE],maxWidth[GSCE],"
+ "minHeight[GSCE],minWidth[GSCE],opacity[GSCE],orphans[GSCE],outline[GSCE],outlineWidth[GSCE],"
+ "padding[GSCE],paddingBottom[GSCE],paddingLeft[GSCE],paddingRight[GSCE],paddingTop[GSCE],"
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],setProperty(),size[GSCE],"
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],rubyAlign[GSCE],"
+ "setProperty(),size[GSCE],"
+ "textIndent[GSCE],top[GSCE],verticalAlign[GSCE],widows[GSCE],width[GSCE],wordSpacing[GSCE],"
+ "zIndex[GSCE]",
EDGE = "backgroundAttachment[GSCE],backgroundColor[GSCE],backgroundImage[GSCE],"
Expand All @@ -16351,7 +16352,8 @@ public void nodeListButtonLabels() throws Exception {
+ "marginLeft[GSCE],marginRight[GSCE],marginTop[GSCE],maxHeight[GSCE],maxWidth[GSCE],"
+ "minHeight[GSCE],minWidth[GSCE],opacity[GSCE],orphans[GSCE],outline[GSCE],outlineWidth[GSCE],"
+ "padding[GSCE],paddingBottom[GSCE],paddingLeft[GSCE],paddingRight[GSCE],paddingTop[GSCE],"
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],setProperty(),size[GSCE],"
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],rubyAlign[GSCE],"
+ "setProperty(),size[GSCE],"
+ "textIndent[GSCE],top[GSCE],verticalAlign[GSCE],widows[GSCE],width[GSCE],wordSpacing[GSCE],"
+ "zIndex[GSCE]",
FF_ESR = "constructor()",
Expand Down Expand Up @@ -16968,7 +16970,8 @@ public void computedStyle() throws Exception {
+ "marginLeft[GSCE],marginRight[GSCE],marginTop[GSCE],maxHeight[GSCE],maxWidth[GSCE],"
+ "minHeight[GSCE],minWidth[GSCE],opacity[GSCE],orphans[GSCE],outline[GSCE],outlineWidth[GSCE],"
+ "padding[GSCE],paddingBottom[GSCE],paddingLeft[GSCE],paddingRight[GSCE],paddingTop[GSCE],"
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],setProperty(),size[GSCE],"
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],rubyAlign[GSCE],"
+ "setProperty(),size[GSCE],"
+ "textIndent[GSCE],top[GSCE],verticalAlign[GSCE],widows[GSCE],width[GSCE],wordSpacing[GSCE],"
+ "zIndex[GSCE]",
EDGE = "backgroundAttachment[GSCE],backgroundColor[GSCE],backgroundImage[GSCE],"
Expand All @@ -16982,7 +16985,8 @@ public void computedStyle() throws Exception {
+ "marginLeft[GSCE],marginRight[GSCE],marginTop[GSCE],maxHeight[GSCE],maxWidth[GSCE],"
+ "minHeight[GSCE],minWidth[GSCE],opacity[GSCE],orphans[GSCE],outline[GSCE],outlineWidth[GSCE],"
+ "padding[GSCE],paddingBottom[GSCE],paddingLeft[GSCE],paddingRight[GSCE],paddingTop[GSCE],"
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],setProperty(),size[GSCE],"
+ "parentRule[GSCE],position[GSCE],removeProperty(),right[GSCE],rubyAlign[GSCE],"
+ "setProperty(),size[GSCE],"
+ "textIndent[GSCE],top[GSCE],verticalAlign[GSCE],widows[GSCE],width[GSCE],wordSpacing[GSCE],"
+ "zIndex[GSCE]",
FF_ESR = "backgroundAttachment[GSCE],backgroundColor[GSCE],backgroundImage[GSCE],backgroundPosition[GSCE],"
Expand Down

0 comments on commit af041bc

Please sign in to comment.