Skip to content

Commit cc8ad39

Browse files
committed
FF 146
1 parent 827aeff commit cc8ad39

8 files changed

+25
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,7 @@ private void widthHeightPercent(final String doctype) throws Exception {
20702070
@Test
20712071
@Alerts(CHROME = "break at: 10 664.25 / 621",
20722072
EDGE = "break at: 10 664.25 / 630",
2073-
FF = "break at: 10 675.2000122070312 / 675",
2073+
FF = "break at: 10 675.2000122070312 / 674",
20742074
FF_ESR = "break at: 10 675.2000122070312 / 675")
20752075
@HtmlUnitNYI(CHROME = "break at: 16 637 / 605",
20762076
EDGE = "break at: 16 637 / 605",

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ maskRepeat
383383
maskSize
384384
maskType
385385
mathDepth
386+
mathShift
386387
mathStyle
387388
maxBlockSize
388389
maxHeight
@@ -508,6 +509,7 @@ textAutospace
508509
textCombineUpright
509510
textDecoration
510511
textDecorationColor
512+
textDecorationInset
511513
textDecorationLine
512514
textDecorationSkipInk
513515
textDecorationStyle

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ maskRepeat
380380
maskSize
381381
maskType
382382
mathDepth
383+
mathShift
383384
mathStyle
384385
maxBlockSize
385386
maxHeight
@@ -505,6 +506,7 @@ textAutospace
505506
textCombineUpright
506507
textDecoration
507508
textDecorationColor
509+
textDecorationInset
508510
textDecorationLine
509511
textDecorationSkipInk
510512
textDecorationStyle

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,10 @@ maskRepeat=:repeat
725725
maskSize=:auto
726726
maskType=:luminance
727727
math-depth=:0
728+
math-shift=:normal
728729
math-style=:normal
729730
mathDepth=:0
731+
mathShift=:normal
730732
mathStyle=:normal
731733
max-block-size=:none
732734
max-height=:none
@@ -950,6 +952,7 @@ text-anchor=:start
950952
text-autospace=:no-autospace
951953
text-combine-upright=:none
952954
text-decoration-color=:rgb(0, 0, 0)
955+
text-decoration-inset=:0px
953956
text-decoration-line=:none
954957
text-decoration-skip-ink=:auto
955958
text-decoration-style=:solid
@@ -978,6 +981,7 @@ textAutospace=:no-autospace
978981
textCombineUpright=:none
979982
textDecoration=:none
980983
textDecorationColor=:rgb(0, 0, 0)
984+
textDecorationInset=:0px
981985
textDecorationLine=:none
982986
textDecorationSkipInk=:auto
983987
textDecorationStyle=:solid

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,10 @@ maskRepeat=:repeat
725725
maskSize=:auto
726726
maskType=:luminance
727727
math-depth=:0
728+
math-shift=:normal
728729
math-style=:normal
729730
mathDepth=:0
731+
mathShift=:normal
730732
mathStyle=:normal
731733
max-block-size=:none
732734
max-height=:none
@@ -950,6 +952,7 @@ text-anchor=:start
950952
text-autospace=:no-autospace
951953
text-combine-upright=:none
952954
text-decoration-color=:rgb(0, 0, 0)
955+
text-decoration-inset=:0px
953956
text-decoration-line=:none
954957
text-decoration-skip-ink=:auto
955958
text-decoration-style=:solid
@@ -978,6 +981,7 @@ textAutospace=:no-autospace
978981
textCombineUpright=:none
979982
textDecoration=:none
980983
textDecorationColor=:rgb(0, 0, 0)
984+
textDecorationInset=:0px
981985
textDecorationLine=:none
982986
textDecorationSkipInk=:auto
983987
textDecorationStyle=:solid

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,8 +726,10 @@ maskRepeat=:repeat
726726
maskSize=:auto
727727
maskType=:luminance
728728
math-depth=:0
729+
math-shift=:normal
729730
math-style=:normal
730731
mathDepth=:0
732+
mathShift=:normal
731733
mathStyle=:normal
732734
max-block-size=:none
733735
max-height=:none
@@ -951,6 +953,7 @@ text-anchor=:start
951953
text-autospace=:no-autospace
952954
text-combine-upright=:none
953955
text-decoration-color=:rgb(0, 0, 0)
956+
text-decoration-inset=:0px
954957
text-decoration-line=:none
955958
text-decoration-skip-ink=:auto
956959
text-decoration-style=:solid
@@ -979,6 +982,7 @@ textAutospace=:no-autospace
979982
textCombineUpright=:none
980983
textDecoration=:none
981984
textDecorationColor=:rgb(0, 0, 0)
985+
textDecorationInset=:0px
982986
textDecorationLine=:none
983987
textDecorationSkipInk=:auto
984988
textDecorationStyle=:solid

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,10 @@ maskRepeat=:repeat
725725
maskSize=:auto
726726
maskType=:luminance
727727
math-depth=:0
728+
math-shift=:normal
728729
math-style=:normal
729730
mathDepth=:0
731+
mathShift=:normal
730732
mathStyle=:normal
731733
max-block-size=:none
732734
max-height=:none
@@ -950,6 +952,7 @@ text-anchor=:start
950952
text-autospace=:no-autospace
951953
text-combine-upright=:none
952954
text-decoration-color=:rgb(0, 0, 0)
955+
text-decoration-inset=:0px
953956
text-decoration-line=:none
954957
text-decoration-skip-ink=:auto
955958
text-decoration-style=:solid
@@ -978,6 +981,7 @@ textAutospace=:no-autospace
978981
textCombineUpright=:none
979982
textDecoration=:none
980983
textDecorationColor=:rgb(0, 0, 0)
984+
textDecorationInset=:0px
981985
textDecorationLine=:none
982986
textDecorationSkipInk=:auto
983987
textDecorationStyle=:solid

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,10 @@ maskRepeat=:
725725
maskSize=:
726726
maskType=:
727727
math-depth=:
728+
math-shift=:
728729
math-style=:
729730
mathDepth=:
731+
mathShift=:
730732
mathStyle=:
731733
max-block-size=:
732734
max-height=:
@@ -950,6 +952,7 @@ text-anchor=:
950952
text-autospace=:
951953
text-combine-upright=:
952954
text-decoration-color=:
955+
text-decoration-inset=:
953956
text-decoration-line=:
954957
text-decoration-skip-ink=:
955958
text-decoration-style=:
@@ -978,6 +981,7 @@ textAutospace=:
978981
textCombineUpright=:
979982
textDecoration=:
980983
textDecorationColor=:
984+
textDecorationInset=:
981985
textDecorationLine=:
982986
textDecorationSkipInk=:
983987
textDecorationStyle=:

0 commit comments

Comments
 (0)