Skip to content

Commit a113011

Browse files
committed
Chrome/Edge 143
1 parent 17a6aa3 commit a113011

15 files changed

+16
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,8 @@ public enum Definition {
12201220
FONT_KERNING_("font-kerning", "font-kerning", ff("auto")),
12211221

12221222
/** The style property {@code fontLanguageOverride}. */
1223-
FONT_LANGUAGE_OVERRIDE("fontLanguageOverride", "font-language-override", ffNormal()),
1223+
FONT_LANGUAGE_OVERRIDE("fontLanguageOverride", "font-language-override",
1224+
chromeAndEdgeNormal(), ffNormal()),
12241225

12251226
/** The style property {@code font-language-override}. */
12261227
FONT_LANGUAGE_OVERRIDE_("font-language-override", "font-language-override", ffNormal()),

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ fontDisplay
198198
fontFamily
199199
fontFeatureSettings
200200
fontKerning
201+
fontLanguageOverride
201202
fontOpticalSizing
202203
fontPalette
203204
fontSize

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ fontDisplay
198198
fontFamily
199199
fontFeatureSettings
200200
fontKerning
201+
fontLanguageOverride
201202
fontOpticalSizing
202203
fontPalette
203204
fontSize

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ fontDisplay
198198
fontFamily
199199
fontFeatureSettings
200200
fontKerning
201+
fontLanguageOverride
201202
fontOpticalSizing
202203
fontPalette
203204
fontSize

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ fontDisplay
198198
fontFamily
199199
fontFeatureSettings
200200
fontKerning
201+
fontLanguageOverride
201202
fontOpticalSizing
202203
fontPalette
203204
fontSize

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ fontDisplay=:
198198
fontFamily=:"Times New Roman"
199199
fontFeatureSettings=:normal
200200
fontKerning=:auto
201+
fontLanguageOverride=:normal
201202
fontOpticalSizing=:auto
202203
fontPalette=:normal
203204
fontSize=:16px

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ fontDisplay=:
198198
fontFamily=:"Times New Roman"
199199
fontFeatureSettings=:normal
200200
fontKerning=:auto
201+
fontLanguageOverride=:normal
201202
fontOpticalSizing=:auto
202203
fontPalette=:normal
203204
fontSize=:16px

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ fontDisplay=:
198198
fontFamily=:"Times New Roman"
199199
fontFeatureSettings=:normal
200200
fontKerning=:auto
201+
fontLanguageOverride=:normal
201202
fontOpticalSizing=:auto
202203
fontPalette=:normal
203204
fontSize=:16px

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ fontDisplay=:
198198
fontFamily=:"Times New Roman"
199199
fontFeatureSettings=:normal
200200
fontKerning=:auto
201+
fontLanguageOverride=:normal
201202
fontOpticalSizing=:auto
202203
fontPalette=:normal
203204
fontSize=:16px

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ fontDisplay=:
199199
fontFamily=:"Times New Roman"
200200
fontFeatureSettings=:normal
201201
fontKerning=:auto
202+
fontLanguageOverride=:normal
202203
fontOpticalSizing=:auto
203204
fontPalette=:normal
204205
fontSize=:16px

0 commit comments

Comments
 (0)