| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| @font-face { | |
| font-family: "WebFont"; | |
| src: url("resources/UniversTofu-GSUB-rvrn.ttf") format("truetype"); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| This test makes sure that individual characters are shaped in the fast text codepath. The test passes if you see a box with an X through it below. | |
| <div style="font: 48px 'WebFont'; font-weight: 200; font-stretch: 200%;">u</div> | |
| </body> | |
| </html> |