Bug 1796831 [wpt PR 36598] - WebKit export of https://bugs.webkit.org/show_bug.cgi...
commit7dca87c55a725ba4fb08e626f4c503e716336c49
authorVitor Roriz <vitor.roriz@apple.com>
Thu, 10 Nov 2022 15:01:52 +0000 (10 15:01 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Fri, 11 Nov 2022 12:31:32 +0000 (11 12:31 +0000)
treee6feec72e242982c04feba496456e293c3dc9a37
parent2739e4adbd681e2b73f08ab7abf6f1eb54ef9c69
Bug 1796831 [wpt PR 36598] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=15257, a=testonly

Automatic update from web-platform-tests
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=15257 (#36598)

Implement font-size-adjust CSS property
https://commits.webkit.org/255927@main

Adding font-size-adjust-012 test.
This tests font-size-adjust when font fallback is triggered within an element.

We are using two custom fonts:

AhemEx500 has an aspect value of 0.5 for xheight and doesn't contain the glyph for U+041 (A).
AhemEx250 has an aspect value of 0.25 for xheight and contain the glyph for U+41 (A).

--

wpt-commits: 28f7d6c8dd886510c7cd8999743289c7b15cdb08
wpt-pr: 36598
testing/web-platform/tests/css/css-fonts/font-size-adjust-012-ref.html [new file with mode: 0644]
testing/web-platform/tests/css/css-fonts/font-size-adjust-012.html [new file with mode: 0644]
testing/web-platform/tests/css/css-fonts/resources/ahem-ex-250.otf [new file with mode: 0644]
testing/web-platform/tests/css/css-fonts/resources/ahem-ex-500.otf [new file with mode: 0644]
testing/web-platform/tests/lint.ignore