Skip to content

Commit 86c4d1d

Browse files
committed
Chrome/Edge 141, Firefox 143, FirefoxESR 140
1 parent 2e23177 commit 86c4d1d

10 files changed

+158
-137
lines changed

src/main/java/org/htmlunit/css/StyleAttributes.java

Lines changed: 55 additions & 65 deletions
Large diffs are not rendered by default.

src/test/java/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,10 +1290,7 @@ public void inheritedImplicitly() throws Exception {
12901290
@Alerts(DEFAULT = { "underline", "none", "underline"},
12911291
EDGE = { "underline", "none", "underline"},
12921292
FF_ESR = {"underline rgb(0, 0, 0)", "rgb(0, 0, 0)", "underline rgb(0, 0, 0)"})
1293-
@HtmlUnitNYI(CHROME = { "underline", "rgb(0, 0, 0)", "underline"},
1294-
EDGE = { "underline", "rgb(0, 0, 0)", "underline"},
1295-
FF = { "underline", "rgb(0, 0, 0)", "underline"},
1296-
FF_ESR = { "underline", "rgb(0, 0, 0)", "underline"})
1293+
@HtmlUnitNYI(FF_ESR = { "underline", "rgb(0, 0, 0)", "underline"})
12971294
public void changeInParentClassNodeReferencedByRule() throws Exception {
12981295
final String html = DOCTYPE_HTML
12991296
+ "<html><head>\n"

src/test/resources/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.properties.Chrome_NYI.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ columnRuleStyle=:none
133133
columnRuleWidth=:0px
134134
columnSpan=:none
135135
columnWidth=:auto
136-
columns=:auto auto
136+
columns=:auto
137137
contain=:none
138138
containIntrinsicBlockSize=:none
139139
containIntrinsicHeight=:none
@@ -458,7 +458,7 @@ textBox=:normal
458458
textBoxEdge=:auto
459459
textBoxTrim=:none
460460
textCombineUpright=:none
461-
textDecoration=:rgb(0, 0, 0)
461+
textDecoration=:none
462462
textDecorationColor=:rgb(0, 0, 0)
463463
textDecorationLine=:none
464464
textDecorationSkipInk=:auto
@@ -573,7 +573,7 @@ webkitColumnRuleStyle=:none
573573
webkitColumnRuleWidth=:0px
574574
webkitColumnSpan=:none
575575
webkitColumnWidth=:auto
576-
webkitColumns=:auto auto
576+
webkitColumns=:auto
577577
webkitFilter=:none
578578
webkitFlex=:0 1 auto
579579
webkitFlexBasis=:auto

src/test/resources/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.properties.Edge_NYI.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ columnRuleStyle=:none
133133
columnRuleWidth=:0px
134134
columnSpan=:none
135135
columnWidth=:auto
136-
columns=:auto auto
136+
columns=:auto
137137
contain=:none
138138
containIntrinsicBlockSize=:none
139139
containIntrinsicHeight=:none
@@ -458,7 +458,7 @@ textBox=:normal
458458
textBoxEdge=:auto
459459
textBoxTrim=:none
460460
textCombineUpright=:none
461-
textDecoration=:rgb(0, 0, 0)
461+
textDecoration=:none
462462
textDecorationColor=:rgb(0, 0, 0)
463463
textDecorationLine=:none
464464
textDecorationSkipInk=:auto
@@ -573,7 +573,7 @@ webkitColumnRuleStyle=:none
573573
webkitColumnRuleWidth=:0px
574574
webkitColumnSpan=:none
575575
webkitColumnWidth=:auto
576-
webkitColumns=:auto auto
576+
webkitColumns=:auto
577577
webkitFilter=:none
578578
webkitFlex=:0 1 auto
579579
webkitFlexBasis=:auto

src/test/resources/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.properties.FF-ESR_NYI.txt

Lines changed: 43 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
-moz-animation-timing-function=:ease
99
-moz-animation=:none
1010
-moz-appearance=:none
11+
-moz-backface-visibility=:visible
1112
-moz-border-end-color=:rgb(0, 0, 0)
1213
-moz-border-end-style=:none
1314
-moz-border-end-width=:0px
@@ -34,12 +35,18 @@
3435
-moz-orient=:inline
3536
-moz-padding-end=:0px
3637
-moz-padding-start=:0px
38+
-moz-perspective-origin=:620px 9px
39+
-moz-perspective=:none
3740
-moz-tab-size=:8
3841
-moz-text-size-adjust=:auto
39-
-moz-transform-origin=:622px 9px
42+
-moz-transform-origin=:620px 9px
43+
-moz-transform-style=:flat
4044
-moz-transform=:none
41-
-moz-user-input=:auto
42-
-moz-user-modify=:read-only
45+
-moz-transition-delay=:0s
46+
-moz-transition-duration=:0s
47+
-moz-transition-property=:all
48+
-moz-transition-timing-function=:ease
49+
-moz-transition=:all
4350
-moz-user-select=:auto
4451
-moz-window-dragging=:default
4552
-webkit-align-content=:normal
@@ -82,6 +89,7 @@
8289
-webkit-flex-shrink=:1
8390
-webkit-flex-wrap=:nowrap
8491
-webkit-flex=:0 1 auto
92+
-webkit-font-feature-settings=:normal
8593
-webkit-justify-content=:normal
8694
-webkit-line-clamp=:none
8795
-webkit-mask-clip=:border-box
@@ -95,15 +103,15 @@
95103
-webkit-mask-size=:auto
96104
-webkit-mask=:none
97105
-webkit-order=:0
98-
-webkit-perspective-origin=:622px 9px
106+
-webkit-perspective-origin=:620px 9px
99107
-webkit-perspective=:none
100108
-webkit-text-fill-color=:rgb(0, 0, 0)
101109
-webkit-text-security=:none
102110
-webkit-text-size-adjust=:auto
103111
-webkit-text-stroke-color=:rgb(0, 0, 0)
104112
-webkit-text-stroke-width=:0px
105113
-webkit-text-stroke=:0px rgb(0, 0, 0)
106-
-webkit-transform-origin=:622px 9px
114+
-webkit-transform-origin=:620px 9px
107115
-webkit-transform-style=:flat
108116
-webkit-transform=:none
109117
-webkit-transition-delay=:0s
@@ -122,6 +130,7 @@ MozAnimationName=:none
122130
MozAnimationPlayState=:running
123131
MozAnimationTimingFunction=:ease
124132
MozAppearance=:none
133+
MozBackfaceVisibility=:visible
125134
MozBorderEnd=:0px rgb(0, 0, 0)
126135
MozBorderEndColor=:rgb(0, 0, 0)
127136
MozBorderEndStyle=:none
@@ -148,12 +157,18 @@ MozMarginStart=:0px
148157
MozOrient=:inline
149158
MozPaddingEnd=:0px
150159
MozPaddingStart=:0px
160+
MozPerspective=:none
161+
MozPerspectiveOrigin=:620px 9px
151162
MozTabSize=:8
152163
MozTextSizeAdjust=:auto
153164
MozTransform=:none
154-
MozTransformOrigin=:622px 9px
155-
MozUserInput=:auto
156-
MozUserModify=:read-only
165+
MozTransformOrigin=:620px 9px
166+
MozTransformStyle=:flat
167+
MozTransition=:all
168+
MozTransitionDelay=:0s
169+
MozTransitionDuration=:0s
170+
MozTransitionProperty=:all
171+
MozTransitionTimingFunction=:ease
157172
MozUserSelect=:auto
158173
MozWindowDragging=:default
159174
WebkitAlignContent=:normal
@@ -196,6 +211,7 @@ WebkitFlexFlow=:row
196211
WebkitFlexGrow=:0
197212
WebkitFlexShrink=:1
198213
WebkitFlexWrap=:nowrap
214+
WebkitFontFeatureSettings=:normal
199215
WebkitJustifyContent=:normal
200216
WebkitLineClamp=:none
201217
WebkitMask=:none
@@ -210,15 +226,15 @@ WebkitMaskRepeat=:repeat
210226
WebkitMaskSize=:auto
211227
WebkitOrder=:0
212228
WebkitPerspective=:none
213-
WebkitPerspectiveOrigin=:622px 9px
229+
WebkitPerspectiveOrigin=:620px 9px
214230
WebkitTextFillColor=:rgb(0, 0, 0)
215231
WebkitTextSecurity=:none
216232
WebkitTextSizeAdjust=:auto
217233
WebkitTextStroke=:0px rgb(0, 0, 0)
218234
WebkitTextStrokeColor=:rgb(0, 0, 0)
219235
WebkitTextStrokeWidth=:0px
220236
WebkitTransform=:none
221-
WebkitTransformOrigin=:622px 9px
237+
WebkitTransformOrigin=:620px 9px
222238
WebkitTransformStyle=:flat
223239
WebkitTransition=:all
224240
WebkitTransitionDelay=:0s
@@ -337,7 +353,7 @@ border-right-color=:rgb(0, 0, 0)
337353
border-right-style=:none
338354
border-right-width=:0px
339355
border-right=:0px rgb(0, 0, 0)
340-
border-spacing=:0px 0px
356+
border-spacing=:0px
341357
border-start-end-radius=:0px
342358
border-start-start-radius=:0px
343359
border-style=:none
@@ -398,7 +414,7 @@ borderRight=:0px rgb(0, 0, 0)
398414
borderRightColor=:rgb(0, 0, 0)
399415
borderRightStyle=:none
400416
borderRightWidth=:0px
401-
borderSpacing=:0px 0px
417+
borderSpacing=:0px
402418
borderStartEndRadius=:0px
403419
borderStartStartRadius=:0px
404420
borderStyle=:none
@@ -610,16 +626,18 @@ gridTemplateColumns=:none
610626
gridTemplateRows=:none
611627
height=:18px
612628
hyphenate-character=:auto
629+
hyphenate-limit-chars=:auto
613630
hyphenateCharacter=:auto
631+
hyphenateLimitChars=:auto
614632
hyphens=:manual
615633
image-orientation=:from-image
616634
image-rendering=:auto
617635
imageOrientation=:from-image
618636
imageRendering=:auto
619637
ime-mode=:auto
620638
imeMode=:auto
621-
inline-size=:1244px
622-
inlineSize=:1244px
639+
inline-size=:1240px
640+
inlineSize=:1240px
623641
inset-block-end=:auto
624642
inset-block-start=:auto
625643
inset-block=:auto
@@ -811,9 +829,9 @@ pageBreakBefore=:auto
811829
pageBreakInside=:auto
812830
paint-order=:normal
813831
paintOrder=:normal
814-
perspective-origin=:622px 9px
832+
perspective-origin=:620px 9px
815833
perspective=:none
816-
perspectiveOrigin=:622px 9px
834+
perspectiveOrigin=:620px 9px
817835
place-content=:normal
818836
place-items=:normal legacy
819837
place-self=:auto
@@ -939,7 +957,7 @@ text-decoration-style=:solid
939957
text-decoration-thickness=:auto
940958
text-decoration=:rgb(0, 0, 0)
941959
text-emphasis-color=:rgb(0, 0, 0)
942-
text-emphasis-position=:over
960+
text-emphasis-position=:auto
943961
text-emphasis-style=:none
944962
text-emphasis=:none rgb(0, 0, 0)
945963
text-indent=:0px
@@ -966,7 +984,7 @@ textDecorationStyle=:solid
966984
textDecorationThickness=:auto
967985
textEmphasis=:none rgb(0, 0, 0)
968986
textEmphasisColor=:rgb(0, 0, 0)
969-
textEmphasisPosition=:over
987+
textEmphasisPosition=:auto
970988
textEmphasisStyle=:none
971989
textIndent=:0px
972990
textJustify=:auto
@@ -984,17 +1002,19 @@ top=:auto
9841002
touch-action=:auto
9851003
touchAction=:auto
9861004
transform-box=:view-box
987-
transform-origin=:622px 9px
1005+
transform-origin=:620px 9px
9881006
transform-style=:flat
9891007
transform=:none
9901008
transformBox=:view-box
991-
transformOrigin=:622px 9px
1009+
transformOrigin=:620px 9px
9921010
transformStyle=:flat
1011+
transition-behavior=:normal
9931012
transition-delay=:0s
9941013
transition-duration=:0s
9951014
transition-property=:all
9961015
transition-timing-function=:ease
9971016
transition=:all
1017+
transitionBehavior=:normal
9981018
transitionDelay=:0s
9991019
transitionDuration=:0s
10001020
transitionProperty=:all
@@ -1049,6 +1069,7 @@ webkitFlexFlow=:row
10491069
webkitFlexGrow=:0
10501070
webkitFlexShrink=:1
10511071
webkitFlexWrap=:nowrap
1072+
webkitFontFeatureSettings=:normal
10521073
webkitJustifyContent=:normal
10531074
webkitLineClamp=:none
10541075
webkitMask=:none
@@ -1063,15 +1084,15 @@ webkitMaskRepeat=:repeat
10631084
webkitMaskSize=:auto
10641085
webkitOrder=:0
10651086
webkitPerspective=:none
1066-
webkitPerspectiveOrigin=:622px 9px
1087+
webkitPerspectiveOrigin=:620px 9px
10671088
webkitTextFillColor=:rgb(0, 0, 0)
10681089
webkitTextSecurity=:none
10691090
webkitTextSizeAdjust=:auto
10701091
webkitTextStroke=:0px rgb(0, 0, 0)
10711092
webkitTextStrokeColor=:rgb(0, 0, 0)
10721093
webkitTextStrokeWidth=:0px
10731094
webkitTransform=:none
1074-
webkitTransformOrigin=:622px 9px
1095+
webkitTransformOrigin=:620px 9px
10751096
webkitTransformStyle=:flat
10761097
webkitTransition=:all
10771098
webkitTransitionDelay=:0s

src/test/resources/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.properties.FF_NYI.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
-moz-animation-play-state=:running
88
-moz-animation-timing-function=:ease
99
-moz-animation=:none
10-
-moz-appearance=:none
1110
-moz-backface-visibility=:visible
1211
-moz-border-end-color=:rgb(0, 0, 0)
1312
-moz-border-end-style=:none
@@ -48,7 +47,6 @@
4847
-moz-transition-timing-function=:ease
4948
-moz-transition=:all
5049
-moz-user-select=:auto
51-
-moz-window-dragging=:default
5250
-webkit-align-content=:normal
5351
-webkit-align-items=:normal
5452
-webkit-align-self=:auto
@@ -129,7 +127,6 @@ MozAnimationIterationCount=:1
129127
MozAnimationName=:none
130128
MozAnimationPlayState=:running
131129
MozAnimationTimingFunction=:ease
132-
MozAppearance=:none
133130
MozBackfaceVisibility=:visible
134131
MozBorderEnd=:0px rgb(0, 0, 0)
135132
MozBorderEndColor=:rgb(0, 0, 0)
@@ -170,7 +167,6 @@ MozTransitionDuration=:0s
170167
MozTransitionProperty=:all
171168
MozTransitionTimingFunction=:ease
172169
MozUserSelect=:auto
173-
MozWindowDragging=:default
174170
WebkitAlignContent=:normal
175171
WebkitAlignItems=:normal
176172
WebkitAlignSelf=:auto
@@ -957,7 +953,7 @@ text-decoration-line=:none
957953
text-decoration-skip-ink=:auto
958954
text-decoration-style=:solid
959955
text-decoration-thickness=:auto
960-
text-decoration=:rgb(0, 0, 0)
956+
text-decoration=:none
961957
text-emphasis-color=:rgb(0, 0, 0)
962958
text-emphasis-position=:auto
963959
text-emphasis-style=:none
@@ -978,7 +974,7 @@ textAlign=:start
978974
textAlignLast=:auto
979975
textAnchor=:start
980976
textCombineUpright=:none
981-
textDecoration=:rgb(0, 0, 0)
977+
textDecoration=:none
982978
textDecorationColor=:rgb(0, 0, 0)
983979
textDecorationLine=:none
984980
textDecorationSkipInk=:auto

src/test/resources/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.properties.displayNone.Chrome_NYI.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ columnRuleStyle=:none
133133
columnRuleWidth=:0px
134134
columnSpan=:none
135135
columnWidth=:auto
136-
columns=:auto auto
136+
columns=:auto
137137
contain=:none
138138
containIntrinsicBlockSize=:none
139139
containIntrinsicHeight=:none
@@ -458,7 +458,7 @@ textBox=:normal
458458
textBoxEdge=:auto
459459
textBoxTrim=:none
460460
textCombineUpright=:none
461-
textDecoration=:rgb(0, 0, 0)
461+
textDecoration=:none
462462
textDecorationColor=:rgb(0, 0, 0)
463463
textDecorationLine=:none
464464
textDecorationSkipInk=:auto
@@ -573,7 +573,7 @@ webkitColumnRuleStyle=:none
573573
webkitColumnRuleWidth=:0px
574574
webkitColumnSpan=:none
575575
webkitColumnWidth=:auto
576-
webkitColumns=:auto auto
576+
webkitColumns=:auto
577577
webkitFilter=:none
578578
webkitFlex=:0 1 auto
579579
webkitFlexBasis=:auto

src/test/resources/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.properties.displayNone.Edge_NYI.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ columnRuleStyle=:none
133133
columnRuleWidth=:0px
134134
columnSpan=:none
135135
columnWidth=:auto
136-
columns=:auto auto
136+
columns=:auto
137137
contain=:none
138138
containIntrinsicBlockSize=:none
139139
containIntrinsicHeight=:none
@@ -458,7 +458,7 @@ textBox=:normal
458458
textBoxEdge=:auto
459459
textBoxTrim=:none
460460
textCombineUpright=:none
461-
textDecoration=:rgb(0, 0, 0)
461+
textDecoration=:none
462462
textDecorationColor=:rgb(0, 0, 0)
463463
textDecorationLine=:none
464464
textDecorationSkipInk=:auto
@@ -573,7 +573,7 @@ webkitColumnRuleStyle=:none
573573
webkitColumnRuleWidth=:0px
574574
webkitColumnSpan=:none
575575
webkitColumnWidth=:auto
576-
webkitColumns=:auto auto
576+
webkitColumns=:auto
577577
webkitFilter=:none
578578
webkitFlex=:0 1 auto
579579
webkitFlexBasis=:auto

0 commit comments

Comments
 (0)