Skip to content

Commit

Permalink
Chrome/Edge 129
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 13, 2024
1 parent 40de9f9 commit 95e0916
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/test/java/org/htmlunit/WebClient3Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,8 @@ public void language() throws Exception {
* @throws Exception if the test fails
*/
@Test
@Alerts(DEFAULT = {"de", "de,de-DE,de,en-GB,en-US,en"},
@Alerts(DEFAULT = {"de-DE", "de-DE,de,en-US,en"},
EDGE = {"de", "de,de-DE,en,en-GB,en-US"},
FF = {"de-DE", "de-DE,de"},
FF_ESR = {"de-DE", "de-DE,de"})
@HtmlUnitNYI(CHROME = {"de-DE", "de-DE,de"},
Expand Down
8 changes: 4 additions & 4 deletions src/test/java/org/htmlunit/general/ElementPropertiesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -6895,7 +6895,7 @@ public void nodeListButtonLabels() throws Exception {
+ "gridTemplateRows,height,hyphenateCharacter,hyphenateLimitChars,hyphens,"
+ "imageOrientation,imageRendering,inherits,initialLetter,initialValue,inlineSize,"
+ "inset,insetArea,insetBlock,insetBlockEnd,insetBlockStart,"
+ "insetInline,insetInlineEnd,insetInlineStart,"
+ "insetInline,insetInlineEnd,insetInlineStart,interpolateSize,"
+ "isolation,item(),justifyContent,justifyItems,justifySelf,left,length,letterSpacing,lightingColor,"
+ "lineBreak,lineGapOverride,lineHeight,listStyle,listStyleImage,listStylePosition,listStyleType,"
+ "margin,marginBlock,marginBlockEnd,marginBlockStart,marginBottom,marginInline,marginInlineEnd,"
Expand All @@ -6914,7 +6914,7 @@ public void nodeListButtonLabels() throws Exception {
+ "paddingInlineStart,paddingLeft,paddingRight,paddingTop,page,pageBreakAfter,pageBreakBefore,"
+ "pageBreakInside,pageOrientation,paintOrder,parentRule,perspective,perspectiveOrigin,placeContent,"
+ "placeItems,placeSelf,pointerEvents,position,"
+ "positionAnchor,positionTry,positionTryFallbacks,positionTryOrder,positionVisibility,"
+ "positionAnchor,positionArea,positionTry,positionTryFallbacks,positionTryOrder,positionVisibility,"
+ "prefix,quotes,r,range,removeProperty(),resize,right,"
+ "rotate,rowGap,rubyAlign,rubyPosition,rx,ry,"
+ "scale,scrollbarColor,scrollbarGutter,scrollbarWidth,scrollBehavior,scrollMargin,scrollMarginBlock,"
Expand Down Expand Up @@ -7023,7 +7023,7 @@ public void nodeListButtonLabels() throws Exception {
+ "gridTemplateRows,height,hyphenateCharacter,hyphenateLimitChars,hyphens,"
+ "imageOrientation,imageRendering,inherits,initialLetter,initialValue,inlineSize,"
+ "inset,insetArea,insetBlock,insetBlockEnd,insetBlockStart,"
+ "insetInline,insetInlineEnd,insetInlineStart,"
+ "insetInline,insetInlineEnd,insetInlineStart,interpolateSize,"
+ "isolation,item(),justifyContent,justifyItems,justifySelf,left,length,letterSpacing,lightingColor,"
+ "lineBreak,lineGapOverride,lineHeight,listStyle,listStyleImage,listStylePosition,listStyleType,"
+ "margin,marginBlock,marginBlockEnd,marginBlockStart,marginBottom,marginInline,marginInlineEnd,"
Expand All @@ -7042,7 +7042,7 @@ public void nodeListButtonLabels() throws Exception {
+ "paddingInlineStart,paddingLeft,paddingRight,paddingTop,page,pageBreakAfter,pageBreakBefore,"
+ "pageBreakInside,pageOrientation,paintOrder,parentRule,perspective,perspectiveOrigin,placeContent,"
+ "placeItems,placeSelf,pointerEvents,position,"
+ "positionAnchor,positionTry,positionTryFallbacks,positionTryOrder,positionVisibility,"
+ "positionAnchor,positionArea,positionTry,positionTryFallbacks,positionTryOrder,positionVisibility,"
+ "prefix,quotes,r,range,removeProperty(),resize,right,"
+ "rotate,rowGap,rubyAlign,rubyPosition,rx,ry,"
+ "scale,scrollbarColor,scrollbarGutter,scrollbarWidth,scrollBehavior,scrollMargin,scrollMarginBlock,"
Expand Down

0 comments on commit 95e0916

Please sign in to comment.