Skip to content

Commit

Permalink
working on chrome 133
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Feb 6, 2025
1 parent 0593869 commit b5b6344
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15698,6 +15698,9 @@ public void range() throws Exception {
FF_ESR = "append(),childElementCount[GCE],children[GCE],constructor(),firstElementChild[GCE],"
+ "getElementById(),lastElementChild[GCE],prepend(),querySelector(),querySelectorAll(),"
+ "replaceChildren()")
@HtmlUnitNYI(CHROME = "append(),childElementCount[GCE],children[GCE],constructor(),firstElementChild[GCE],"
+ "getElementById(),lastElementChild[GCE],prepend(),querySelector(),querySelectorAll(),"
+ "replaceChildren()")
public void documentFragment() throws Exception {
testString("", "document.createDocumentFragment()");
}
Expand Down
12 changes: 8 additions & 4 deletions src/test/java/org/htmlunit/general/ElementPropertiesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -6955,7 +6955,8 @@ public void nodeListButtonLabels() throws Exception {
+ "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,"
+ "scale,scrollbarColor,scrollbarGutter,scrollbarWidth,scrollBehavior,scrollInitialTarget,"
+ "scrollMargin,scrollMarginBlock,"
+ "scrollMarginBlockEnd,scrollMarginBlockStart,scrollMarginBottom,scrollMarginInline,"
+ "scrollMarginInlineEnd,scrollMarginInlineStart,scrollMarginLeft,scrollMarginRight,scrollMarginTop,"
+ "scrollPadding,scrollPaddingBlock,scrollPaddingBlockEnd,scrollPaddingBlockStart,"
Expand All @@ -6965,7 +6966,8 @@ public void nodeListButtonLabels() throws Exception {
+ "setProperty(),shapeImageThreshold,shapeMargin,shapeOutside,shapeRendering,size,"
+ "sizeAdjust,speak,speakAs,src,stopColor,stopOpacity,stroke,strokeDasharray,strokeDashoffset,"
+ "strokeLinecap,strokeLinejoin,strokeMiterlimit,strokeOpacity,strokeWidth,suffix,symbols,syntax,"
+ "system,tableLayout,tabSize,textAlign,textAlignLast,textAnchor,textCombineUpright,textDecoration,"
+ "system,tableLayout,tabSize,textAlign,textAlignLast,textAnchor,"
+ "textBox,textBoxEdge,textBoxTrim,textCombineUpright,textDecoration,"
+ "textDecorationColor,textDecorationLine,textDecorationSkipInk,textDecorationStyle,"
+ "textDecorationThickness,textEmphasis,textEmphasisColor,textEmphasisPosition,textEmphasisStyle,"
+ "textIndent,textOrientation,textOverflow,textRendering,textShadow,textSizeAdjust,textSpacingTrim,"
Expand Down Expand Up @@ -7085,7 +7087,8 @@ public void nodeListButtonLabels() throws Exception {
+ "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,"
+ "scale,scrollbarColor,scrollbarGutter,scrollbarWidth,scrollBehavior,scrollInitialTarget,"
+ "scrollMargin,scrollMarginBlock,"
+ "scrollMarginBlockEnd,scrollMarginBlockStart,scrollMarginBottom,scrollMarginInline,"
+ "scrollMarginInlineEnd,scrollMarginInlineStart,scrollMarginLeft,scrollMarginRight,scrollMarginTop,"
+ "scrollPadding,scrollPaddingBlock,scrollPaddingBlockEnd,scrollPaddingBlockStart,"
Expand All @@ -7095,7 +7098,8 @@ public void nodeListButtonLabels() throws Exception {
+ "setProperty(),shapeImageThreshold,shapeMargin,shapeOutside,shapeRendering,size,"
+ "sizeAdjust,speak,speakAs,src,stopColor,stopOpacity,stroke,strokeDasharray,strokeDashoffset,"
+ "strokeLinecap,strokeLinejoin,strokeMiterlimit,strokeOpacity,strokeWidth,suffix,symbols,syntax,"
+ "system,tableLayout,tabSize,textAlign,textAlignLast,textAnchor,textCombineUpright,textDecoration,"
+ "system,tableLayout,tabSize,textAlign,textAlignLast,textAnchor,"
+ "textBox,textBoxEdge,textBoxTrim,textCombineUpright,textDecoration,"
+ "textDecorationColor,textDecorationLine,textDecorationSkipInk,textDecorationStyle,"
+ "textDecorationThickness,textEmphasis,textEmphasisColor,textEmphasisPosition,textEmphasisStyle,"
+ "textIndent,textOrientation,textOverflow,textRendering,textShadow,textSizeAdjust,textSpacingTrim,"
Expand Down
3 changes: 1 addition & 2 deletions src/test/java/org/htmlunit/html/HtmlForm2Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,7 @@ public void originRefererHeaderPost() throws Exception {
@Alerts(DEFAULT = "text/html,application/xhtml+xml,application/xml;q=0.9,"
+ "image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
FF = "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
FF_ESR = "text/html,application/xhtml+xml,application/xml;q=0.9,"
+ "image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8")
FF_ESR = "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8")
public void acceptHeader() throws Exception {
final String html
= HtmlPageTest.STANDARDS_MODE_PREFIX_
Expand Down

0 comments on commit b5b6344

Please sign in to comment.