blob: c954c7a75f8d700fc89ff6c05e827fce8774e62d [file] [log] [blame]
<style>
@font-face {
font-family: family1;
src: local(Ahem),
url(../../resources/Ahem.ttf) format(truetype);
}
p.test {
font-family: family1;
font-variant: small-caps;
}
</style>
<p>
Test for <a href="http://crbug.com/298970">bug 298970</a>. Verifies that small-caps synthesis works when @font-face has a svg source.
</p>
<p>
The text below should be a series of black boxes.
</p>
<p class="test">failure</p>