blob: 4ab4f85b05a022139cebcf4c228d7b108c6ce4c3 [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;">A<span style="font-size: 70px;">bcdefg</span></div>
</body>
</html>