Skip to content

Commit 92f2153

Browse files
committed
Chrome/Edge 139, Firefox 141
1 parent ba50334 commit 92f2153

21 files changed

Lines changed: 264 additions & 0 deletions

src/test/resources/org/htmlunit/javascript/host/css/CSSStyleDeclaration2Test.properties.Chrome.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,23 @@ containerName
144144
containerType
145145
content
146146
contentVisibility
147+
cornerBlockEndShape
148+
cornerBlockStartShape
149+
cornerBottomLeftShape
150+
cornerBottomRightShape
151+
cornerBottomShape
152+
cornerEndEndShape
153+
cornerEndStartShape
154+
cornerInlineEndShape
155+
cornerInlineStartShape
156+
cornerLeftShape
157+
cornerRightShape
158+
cornerShape
159+
cornerStartEndShape
160+
cornerStartStartShape
161+
cornerTopLeftShape
162+
cornerTopRightShape
163+
cornerTopShape
147164
counterIncrement
148165
counterReset
149166
counterSet
@@ -364,6 +381,7 @@ range
364381
readingFlow
365382
readingOrder
366383
resize
384+
result
367385
right
368386
rotate
369387
rowGap

src/test/resources/org/htmlunit/javascript/host/css/CSSStyleDeclaration2Test.properties.Edge.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,23 @@ containerName
144144
containerType
145145
content
146146
contentVisibility
147+
cornerBlockEndShape
148+
cornerBlockStartShape
149+
cornerBottomLeftShape
150+
cornerBottomRightShape
151+
cornerBottomShape
152+
cornerEndEndShape
153+
cornerEndStartShape
154+
cornerInlineEndShape
155+
cornerInlineStartShape
156+
cornerLeftShape
157+
cornerRightShape
158+
cornerShape
159+
cornerStartEndShape
160+
cornerStartStartShape
161+
cornerTopLeftShape
162+
cornerTopRightShape
163+
cornerTopShape
147164
counterIncrement
148165
counterReset
149166
counterSet
@@ -364,6 +381,7 @@ range
364381
readingFlow
365382
readingOrder
366383
resize
384+
result
367385
right
368386
rotate
369387
rowGap

src/test/resources/org/htmlunit/javascript/host/css/CSSStyleDeclaration2Test.properties.FF.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ fontVariant
302302
fontVariantAlternates
303303
fontVariantCaps
304304
fontVariantEastAsian
305+
fontVariantEmoji
305306
fontVariantLigatures
306307
fontVariantNumeric
307308
fontVariantPosition

src/test/resources/org/htmlunit/javascript/host/css/CSSStyleDeclaration2Test.properties2.Chrome.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,23 @@ containerName
144144
containerType
145145
content
146146
contentVisibility
147+
cornerBlockEndShape
148+
cornerBlockStartShape
149+
cornerBottomLeftShape
150+
cornerBottomRightShape
151+
cornerBottomShape
152+
cornerEndEndShape
153+
cornerEndStartShape
154+
cornerInlineEndShape
155+
cornerInlineStartShape
156+
cornerLeftShape
157+
cornerRightShape
158+
cornerShape
159+
cornerStartEndShape
160+
cornerStartStartShape
161+
cornerTopLeftShape
162+
cornerTopRightShape
163+
cornerTopShape
147164
counterIncrement
148165
counterReset
149166
counterSet
@@ -363,6 +380,7 @@ range
363380
readingFlow
364381
readingOrder
365382
resize
383+
result
366384
right
367385
rotate
368386
rowGap

src/test/resources/org/htmlunit/javascript/host/css/CSSStyleDeclaration2Test.properties2.Edge.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,23 @@ containerName
144144
containerType
145145
content
146146
contentVisibility
147+
cornerBlockEndShape
148+
cornerBlockStartShape
149+
cornerBottomLeftShape
150+
cornerBottomRightShape
151+
cornerBottomShape
152+
cornerEndEndShape
153+
cornerEndStartShape
154+
cornerInlineEndShape
155+
cornerInlineStartShape
156+
cornerLeftShape
157+
cornerRightShape
158+
cornerShape
159+
cornerStartEndShape
160+
cornerStartStartShape
161+
cornerTopLeftShape
162+
cornerTopRightShape
163+
cornerTopShape
147164
counterIncrement
148165
counterReset
149166
counterSet
@@ -363,6 +380,7 @@ range
363380
readingFlow
364381
readingOrder
365382
resize
383+
result
366384
right
367385
rotate
368386
rowGap

src/test/resources/org/htmlunit/javascript/host/css/CSSStyleDeclaration2Test.properties2.FF.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ fontVariant
300300
fontVariantAlternates
301301
fontVariantCaps
302302
fontVariantEastAsian
303+
fontVariantEmoji
303304
fontVariantLigatures
304305
fontVariantNumeric
305306
fontVariantPosition

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,23 @@ containerName=:none
144144
containerType=:normal
145145
content=:normal
146146
contentVisibility=:visible
147+
cornerBlockEndShape=:round
148+
cornerBlockStartShape=:round
149+
cornerBottomLeftShape=:round
150+
cornerBottomRightShape=:round
151+
cornerBottomShape=:round
152+
cornerEndEndShape=:round
153+
cornerEndStartShape=:round
154+
cornerInlineEndShape=:round
155+
cornerInlineStartShape=:round
156+
cornerLeftShape=:round
157+
cornerRightShape=:round
158+
cornerShape=:round
159+
cornerStartEndShape=:round
160+
cornerStartStartShape=:round
161+
cornerTopLeftShape=:round
162+
cornerTopRightShape=:round
163+
cornerTopShape=:round
147164
counterIncrement=:none
148165
counterReset=:none
149166
counterSet=:none
@@ -363,6 +380,7 @@ range=:
363380
readingFlow=:normal
364381
readingOrder=:0
365382
resize=:none
383+
result=:
366384
right=:auto
367385
rotate=:none
368386
rowGap=:normal

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,23 @@ containerName=:none
144144
containerType=:normal
145145
content=:normal
146146
contentVisibility=:visible
147+
cornerBlockEndShape=:round
148+
cornerBlockStartShape=:round
149+
cornerBottomLeftShape=:round
150+
cornerBottomRightShape=:round
151+
cornerBottomShape=:round
152+
cornerEndEndShape=:round
153+
cornerEndStartShape=:round
154+
cornerInlineEndShape=:round
155+
cornerInlineStartShape=:round
156+
cornerLeftShape=:round
157+
cornerRightShape=:round
158+
cornerShape=:round
159+
cornerStartEndShape=:round
160+
cornerStartStartShape=:round
161+
cornerTopLeftShape=:round
162+
cornerTopRightShape=:round
163+
cornerTopShape=:round
147164
counterIncrement=:none
148165
counterReset=:none
149166
counterSet=:none
@@ -363,6 +380,7 @@ range=:
363380
readingFlow=:normal
364381
readingOrder=:0
365382
resize=:none
383+
result=:
366384
right=:auto
367385
rotate=:none
368386
rowGap=:normal

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,23 @@ containerName=:none
144144
containerType=:normal
145145
content=:normal
146146
contentVisibility=:visible
147+
cornerBlockEndShape=:round
148+
cornerBlockStartShape=:round
149+
cornerBottomLeftShape=:round
150+
cornerBottomRightShape=:round
151+
cornerBottomShape=:round
152+
cornerEndEndShape=:round
153+
cornerEndStartShape=:round
154+
cornerInlineEndShape=:round
155+
cornerInlineStartShape=:round
156+
cornerLeftShape=:round
157+
cornerRightShape=:round
158+
cornerShape=:round
159+
cornerStartEndShape=:round
160+
cornerStartStartShape=:round
161+
cornerTopLeftShape=:round
162+
cornerTopRightShape=:round
163+
cornerTopShape=:round
147164
counterIncrement=:none
148165
counterReset=:none
149166
counterSet=:none
@@ -363,6 +380,7 @@ range=:
363380
readingFlow=:normal
364381
readingOrder=:0
365382
resize=:none
383+
result=:
366384
right=:auto
367385
rotate=:none
368386
rowGap=:normal

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,23 @@ containerName=:none
144144
containerType=:normal
145145
content=:normal
146146
contentVisibility=:visible
147+
cornerBlockEndShape=:round
148+
cornerBlockStartShape=:round
149+
cornerBottomLeftShape=:round
150+
cornerBottomRightShape=:round
151+
cornerBottomShape=:round
152+
cornerEndEndShape=:round
153+
cornerEndStartShape=:round
154+
cornerInlineEndShape=:round
155+
cornerInlineStartShape=:round
156+
cornerLeftShape=:round
157+
cornerRightShape=:round
158+
cornerShape=:round
159+
cornerStartEndShape=:round
160+
cornerStartStartShape=:round
161+
cornerTopLeftShape=:round
162+
cornerTopRightShape=:round
163+
cornerTopShape=:round
147164
counterIncrement=:none
148165
counterReset=:none
149166
counterSet=:none
@@ -363,6 +380,7 @@ range=:
363380
readingFlow=:normal
364381
readingOrder=:0
365382
resize=:none
383+
result=:
366384
right=:auto
367385
rotate=:none
368386
rowGap=:normal

0 commit comments

Comments
 (0)