From af041bcab71b6d25e54413509556b1097b91aabb Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Mon, 26 Aug 2024 08:19:14 +0200 Subject: [PATCH] Chrome/Edge 128 --- .../htmlunit/general/ElementOwnPropertiesTest.java | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java b/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java index 589932e194..ccba224186 100644 --- a/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java +++ b/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java @@ -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]," @@ -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()", @@ -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]," @@ -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],"