Skip to content

Commit 3ec13be

Browse files
committed
Chrome/Edge 139, Firefox 141
1 parent 46fe688 commit 3ec13be

2 files changed

Lines changed: 272 additions & 231 deletions

File tree

src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4862,7 +4862,7 @@ public void details() throws Exception {
48624862
+ "showModal()",
48634863
EDGE = "close(),closedBy[GSCE],constructor(),open[GSCE],requestClose(),returnValue[GSCE],show(),"
48644864
+ "showModal()",
4865-
FF = "close(),constructor(),open[GSCE],requestClose(),returnValue[GSCE],show(),showModal()",
4865+
FF = "close(),closedBy[GSCE],constructor(),open[GSCE],requestClose(),returnValue[GSCE],show(),showModal()",
48664866
FF_ESR = "close(),constructor(),open[GSCE],returnValue[GSCE],show(),showModal()")
48674867
@HtmlUnitNYI(CHROME = "close(),constructor(),open[GSCE],returnValue[GSCE],show(),showModal()",
48684868
EDGE = "close(),constructor(),open[GSCE],returnValue[GSCE],show(),showModal()",
@@ -14936,19 +14936,23 @@ public void dragEvent() throws Exception {
1493614936
+ "tangentialPressure[GCE],tiltX[GCE],tiltY[GCE],twist[GCE],"
1493714937
+ "width[GCE]",
1493814938
FF = "altitudeAngle[GCE],azimuthAngle[GCE],constructor(),getCoalescedEvents(),getPredictedEvents(),"
14939-
+ "height[GCE],isPrimary[GCE],pointerId[GCE],pointerType[GCE],pressure[GCE],tangentialPressure[GCE],"
14939+
+ "height[GCE],isPrimary[GCE],persistentDeviceId[GCE],"
14940+
+ "pointerId[GCE],pointerType[GCE],pressure[GCE],tangentialPressure[GCE],"
1494014941
+ "tiltX[GCE],tiltY[GCE],twist[GCE],"
1494114942
+ "width[GCE]",
1494214943
FF_ESR = "constructor(),getCoalescedEvents(),getPredictedEvents(),height[GCE],isPrimary[GCE],"
1494314944
+ "pointerId[GCE],pointerType[GCE],pressure[GCE],tangentialPressure[GCE],tiltX[GCE],tiltY[GCE],"
1494414945
+ "twist[GCE],"
1494514946
+ "width[GCE]")
1494614947
@HtmlUnitNYI(CHROME = "altitudeAngle[GCE],azimuthAngle[GCE],constructor(),height[GCE],isPrimary[GCE],"
14947-
+ "pointerId[GCE],pointerType[GCE],pressure[GCE],tiltX[GCE],tiltY[GCE],width[GCE]",
14948+
+ "persistentDeviceId[GCE],pointerId[GCE],pointerType[GCE],pressure[GCE],"
14949+
+ "tiltX[GCE],tiltY[GCE],width[GCE]",
1494814950
EDGE = "altitudeAngle[GCE],azimuthAngle[GCE],constructor(),height[GCE],isPrimary[GCE],"
14949-
+ "pointerId[GCE],pointerType[GCE],pressure[GCE],tiltX[GCE],tiltY[GCE],width[GCE]",
14951+
+ "persistentDeviceId[GCE],pointerId[GCE],pointerType[GCE],pressure[GCE],"
14952+
+ "tiltX[GCE],tiltY[GCE],width[GCE]",
1495014953
FF = "altitudeAngle[GCE],azimuthAngle[GCE],constructor(),height[GCE],isPrimary[GCE],"
14951-
+ "pointerId[GCE],pointerType[GCE],pressure[GCE],tiltX[GCE],tiltY[GCE],width[GCE]",
14954+
+ "persistentDeviceId[GCE],pointerId[GCE],pointerType[GCE],pressure[GCE],"
14955+
+ "tiltX[GCE],tiltY[GCE],width[GCE]",
1495214956
FF_ESR = "constructor(),height[GCE],isPrimary[GCE],pointerId[GCE],pointerType[GCE],"
1495314957
+ "pressure[GCE],tiltX[GCE],tiltY[GCE],width[GCE]")
1495414958
public void pointerEvent() throws Exception {
@@ -16256,14 +16260,16 @@ public void nodeListButtonLabels() throws Exception {
1625616260
+ "font-size-adjust[GSCE],font-size[GSCE],font-stretch[GSCE],font-style[GSCE],"
1625716261
+ "font-synthesis-position[GSCE],font-synthesis-small-caps[GSCE],font-synthesis-style[GSCE],"
1625816262
+ "font-synthesis-weight[GSCE],font-synthesis[GSCE],font-variant-alternates[GSCE],"
16259-
+ "font-variant-caps[GSCE],font-variant-east-asian[GSCE],font-variant-ligatures[GSCE],"
16263+
+ "font-variant-caps[GSCE],font-variant-east-asian[GSCE],font-variant-emoji[GSCE],"
16264+
+ "font-variant-ligatures[GSCE],"
1626016265
+ "font-variant-numeric[GSCE],font-variant-position[GSCE],font-variant[GSCE],"
1626116266
+ "font-variation-settings[GSCE],font-weight[GSCE],font[GSCE],fontFamily[GSCE],"
1626216267
+ "fontFeatureSettings[GSCE],fontKerning[GSCE],fontLanguageOverride[GSCE],fontOpticalSizing[GSCE],"
1626316268
+ "fontPalette[GSCE],fontSize[GSCE],fontSizeAdjust[GSCE],fontStretch[GSCE],fontStyle[GSCE],"
1626416269
+ "fontSynthesis[GSCE],fontSynthesisPosition[GSCE],fontSynthesisSmallCaps[GSCE],"
1626516270
+ "fontSynthesisStyle[GSCE],fontSynthesisWeight[GSCE],fontVariant[GSCE],fontVariantAlternates[GSCE],"
16266-
+ "fontVariantCaps[GSCE],fontVariantEastAsian[GSCE],fontVariantLigatures[GSCE],"
16271+
+ "fontVariantCaps[GSCE],fontVariantEastAsian[GSCE],fontVariantEmoji[GSCE],"
16272+
+ "fontVariantLigatures[GSCE],"
1626716273
+ "fontVariantNumeric[GSCE],fontVariantPosition[GSCE],fontVariationSettings[GSCE],fontWeight[GSCE],"
1626816274
+ "forced-color-adjust[GSCE],forcedColorAdjust[GSCE],gap[GSCE],grid-area[GSCE],"
1626916275
+ "grid-auto-columns[GSCE],grid-auto-flow[GSCE],grid-auto-rows[GSCE],grid-column-end[GSCE],"
@@ -16895,14 +16901,16 @@ public void computedStyle() throws Exception {
1689516901
+ "font-size-adjust[GSCE],font-size[GSCE],font-stretch[GSCE],font-style[GSCE],"
1689616902
+ "font-synthesis-position[GSCE],font-synthesis-small-caps[GSCE],font-synthesis-style[GSCE],"
1689716903
+ "font-synthesis-weight[GSCE],font-synthesis[GSCE],font-variant-alternates[GSCE],"
16898-
+ "font-variant-caps[GSCE],font-variant-east-asian[GSCE],font-variant-ligatures[GSCE],"
16904+
+ "font-variant-caps[GSCE],font-variant-east-asian[GSCE],font-variant-emoji[GSCE],"
16905+
+ "font-variant-ligatures[GSCE],"
1689916906
+ "font-variant-numeric[GSCE],font-variant-position[GSCE],font-variant[GSCE],"
1690016907
+ "font-variation-settings[GSCE],font-weight[GSCE],font[GSCE],fontFamily[GSCE],"
1690116908
+ "fontFeatureSettings[GSCE],fontKerning[GSCE],fontLanguageOverride[GSCE],fontOpticalSizing[GSCE],"
1690216909
+ "fontPalette[GSCE],fontSize[GSCE],fontSizeAdjust[GSCE],fontStretch[GSCE],fontStyle[GSCE],"
1690316910
+ "fontSynthesis[GSCE],fontSynthesisPosition[GSCE],fontSynthesisSmallCaps[GSCE],"
1690416911
+ "fontSynthesisStyle[GSCE],fontSynthesisWeight[GSCE],fontVariant[GSCE],fontVariantAlternates[GSCE],"
16905-
+ "fontVariantCaps[GSCE],fontVariantEastAsian[GSCE],fontVariantLigatures[GSCE],"
16912+
+ "fontVariantCaps[GSCE],fontVariantEastAsian[GSCE],fontVariantEmoji[GSCE],"
16913+
+ "fontVariantLigatures[GSCE],"
1690616914
+ "fontVariantNumeric[GSCE],fontVariantPosition[GSCE],fontVariationSettings[GSCE],fontWeight[GSCE],"
1690716915
+ "forced-color-adjust[GSCE],forcedColorAdjust[GSCE],gap[GSCE],grid-area[GSCE],"
1690816916
+ "grid-auto-columns[GSCE],grid-auto-flow[GSCE],grid-auto-rows[GSCE],grid-column-end[GSCE],"
@@ -18190,7 +18198,8 @@ public void mimeType() throws Exception {
1819018198
+ "xr[GCE]",
1819118199
FF = "appCodeName[GCE],appName[GCE],appVersion[GCE],buildID[GCE],clipboard[GCE],constructor(),"
1819218200
+ "cookieEnabled[GCE],credentials[GCE],doNotTrack[GCE],geolocation[GCE],getAutoplayPolicy(),"
18193-
+ "getGamepads(),globalPrivacyControl[GCE],hardwareConcurrency[GCE],javaEnabled(),language[GCE],"
18201+
+ "getGamepads(),globalPrivacyControl[GCE],gpu[GCE],"
18202+
+ "hardwareConcurrency[GCE],javaEnabled(),language[GCE],"
1819418203
+ "languages[GCE],locks[GCE],login[GCE],maxTouchPoints[GCE],mediaCapabilities[GCE],"
1819518204
+ "mediaDevices[GCE],mediaSession[GCE],mimeTypes[GCE],mozGetUserMedia(),onLine[GCE],oscpu[GCE],"
1819618205
+ "pdfViewerEnabled[GCE],permissions[GCE],platform[GCE],plugins[GCE],product[GCE],productSub[GCE],"

0 commit comments

Comments
 (0)