Skip to content

Commit e64eee4

Browse files
committed
Bug 1903710 [wpt PR 46836] - Apply a fallback for font-size-adjust: ic-height when a required font metric is missing., a=testonly
Automatic update from web-platform-tests Apply a fallback for font-size-adjust: ic-height when a required font metric is missing. The W3C CSS WG resolved font-size-adjust with missing metrics by applying the same way we do for other missing typographical units [1]. This CL aims to align with the resolution. [1] w3c/csswg-drafts#6384 (comment) Bug: 346773386, 325981757 Change-Id: I9dadf89c7e95b249ae149df7d15ccc0f55ea760a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5637274 Reviewed-by: Dominik Röttsches <drottchromium.org> Commit-Queue: ChangSeok Oh <changseok.ohbytedance.com> Cr-Commit-Position: refs/heads/main{#1317246} -- wpt-commits: a591743d3a55e523d3aac31643eacb2424101d01 wpt-pr: 46836 UltraBlame original commit: f72268a3a178956c7df9360440cf8dae1ef70d0d
1 parent ac6c61f commit e64eee4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

testing/web-platform/tests/css/css-fonts/font-size-adjust-ic-height-ref.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
;
161161
}
162162
.
163-
notAdjustedRef
163+
fallbackRef
164164
{
165165
font
166166
-
@@ -172,7 +172,7 @@
172172
-
173173
size
174174
:
175-
100px
175+
50px
176176
;
177177
}
178178
<
@@ -196,7 +196,7 @@
196196
class
197197
=
198198
"
199-
notAdjustedRef
199+
fallbackRef
200200
"
201201
>
202202
<

testing/web-platform/tests/css/css-fonts/font-size-adjust-ic-height.tentative.html renamed to testing/web-platform/tests/css/css-fonts/font-size-adjust-ic-height.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
;
353353
}
354354
.
355-
notAdjusted
355+
fallback
356356
{
357357
font
358358
-
@@ -369,8 +369,8 @@
369369
vertical
370370
metrics
371371
so
372-
no
373-
adjustment
372+
a
373+
fallback
374374
is
375375
applied
376376
.
@@ -411,7 +411,7 @@
411411
class
412412
=
413413
"
414-
notAdjusted
414+
fallback
415415
"
416416
>
417417
<

0 commit comments

Comments
 (0)