| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| @font-face { | |
| font-family: "Boxis"; | |
| src: url("resources/Boxis-VF.ttf"); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| This test passes if capitalized and lowercased axis names are distinct. | |
| <div style="font: 100px 'Boxis'; font-variation-settings: 'WDTH' 900;">Hello</div> | |
| </body> | |
| </html> |