Skip to content

Commit

Permalink
edge 118
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 15, 2023
1 parent d0dab90 commit e9ea5d5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/test/java/org/htmlunit/general/ElementPropertiesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -7633,7 +7633,8 @@ public void nodeListButtonLabels() throws Exception {
+ "fontOpticalSizing,fontPalette,fontSize,fontStretch,fontStyle,fontSynthesis,"
+ "fontSynthesisSmallCaps,fontSynthesisStyle,fontSynthesisWeight,"
+ "fontVariant,fontVariantAlternates,fontVariantCaps,"
+ "fontVariantEastAsian,fontVariantLigatures,fontVariantNumeric,fontVariationSettings,fontWeight,"
+ "fontVariantEastAsian,fontVariantLigatures,fontVariantNumeric,fontVariantPosition,"
+ "fontVariationSettings,fontWeight,"
+ "forcedColorAdjust,gap,getPropertyPriority(),getPropertyValue(),grid,gridArea,gridAutoColumns,"
+ "gridAutoFlow,gridAutoRows,gridColumn,gridColumnEnd,gridColumnGap,gridColumnStart,gridGap,gridRow,"
+ "gridRowEnd,gridRowGap,gridRowStart,gridTemplate,gridTemplateAreas,gridTemplateColumns,"
Expand All @@ -7650,7 +7651,7 @@ public void nodeListButtonLabels() throws Exception {
+ "offsetAnchor,offsetDistance,offsetPath,offsetPosition,"
+ "offsetRotate,opacity,order,orphans,outline,outlineColor,"
+ "outlineOffset,outlineStyle,outlineWidth,overflow,overflowAnchor,overflowClipMargin,overflowWrap,"
+ "overflowX,overflowY,overrideColors,overscrollBehavior,overscrollBehaviorBlock,"
+ "overflowX,overflowY,overlay,overrideColors,overscrollBehavior,overscrollBehaviorBlock,"
+ "overscrollBehaviorInline,overscrollBehaviorX,overscrollBehaviorY,pad,padding,paddingBlock,"
+ "paddingBlockEnd,paddingBlockStart,paddingBottom,paddingInline,paddingInlineEnd,"
+ "paddingInlineStart,paddingLeft,paddingRight,paddingTop,page,pageBreakAfter,pageBreakBefore,"
Expand All @@ -7673,7 +7674,7 @@ public void nodeListButtonLabels() throws Exception {
+ "textIndent,textOrientation,textOverflow,textRendering,textShadow,textSizeAdjust,textTransform,"
+ "textUnderlineOffset,textUnderlinePosition,textWrap,timelineScope,"
+ "top,touchAction,transform,transformBox,transformOrigin,"
+ "transformStyle,transition,transitionDelay,transitionDuration,transitionProperty,"
+ "transformStyle,transition,transitionBehavior,transitionDelay,transitionDuration,transitionProperty,"
+ "transitionTimingFunction,translate,"
+ "unicodeBidi,unicodeRange,userSelect,vectorEffect,verticalAlign,"
+ "viewTimeline,viewTimelineAxis,viewTimelineInset,viewTimelineName,viewTransitionName,"
Expand All @@ -7694,7 +7695,7 @@ public void nodeListButtonLabels() throws Exception {
+ "webkitColumnBreakInside,webkitColumnCount,webkitColumnGap,webkitColumnRule,webkitColumnRuleColor,"
+ "webkitColumnRuleStyle,webkitColumnRuleWidth,webkitColumns,webkitColumnSpan,webkitColumnWidth,"
+ "webkitFilter,webkitFlex,webkitFlexBasis,webkitFlexDirection,webkitFlexFlow,webkitFlexGrow,"
+ "webkitFlexShrink,webkitFlexWrap,webkitFontFeatureSettings,webkitFontSmoothing,webkitHighlight,"
+ "webkitFlexShrink,webkitFlexWrap,webkitFontFeatureSettings,webkitFontSmoothing,"
+ "webkitHyphenateCharacter,webkitJustifyContent,webkitLineBreak,webkitLineClamp,webkitLocale,"
+ "webkitLogicalHeight,webkitLogicalWidth,webkitMarginAfter,webkitMarginBefore,webkitMarginEnd,"
+ "webkitMarginStart,webkitMask,webkitMaskBoxImage,webkitMaskBoxImageOutset,"
Expand Down

0 comments on commit e9ea5d5

Please sign in to comment.