| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| @font-face { | |
| font-family: "WebAhem"; | |
| src: url("../../resources/Ahem.ttf") format(truetype); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| This test makes sure that small-caps works with webfonts. This test passes if | |
| there are two black rectangles below which butt up against each other. | |
| <div style="font: 100px WebAhem;">A<span style="font-size: 70px;">bcdefg</span></div> | |
| </body> | |
| </html> |