Bug 1917371 - Consolidate unit_base_updater and unit_service_updater tests, r=bytesiz...
[gecko.git] / layout / reftests / font-features / caps-fallback-smallcaps2.html
blob665773fbaedd6ff0de2827442bd50a559fc88ddc
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>font-variant-caps fallback</title>
5 <meta charset="UTF-8">
6 <style>
8 /* Fira Sans only supports smcp/c2sc, not pcap/c2pc */
9 @font-face {
10 font-family: firasans;
11 src: url(../fonts/fira/FiraSans-Regular.otf);
14 body {
15 margin: 20px;
16 font-family: firasans, sans-serif;
19 p {
20 margin: 0;
21 font-size: 50px;
24 .smallcaps2 { font-variant-caps: small-caps; }
25 </style>
26 </head>
27 <body>
28 <p class=smallcaps2>Aa Bb Gg Δδ Γγ Σσ Бб Фф</p>
29 </body>
30 </html>