blob: 7917300a517469b31432a9200aae4a7ff9fc9a29 [file] [log] [blame]
<!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; font-variant: small-caps;">Abcdefg</div>
</body>
</html>