summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/font-face-woff.html
blob: f1f83ca09b5b3b6ef72d3625abc749fe7030973b (plain)
1
2
3
4
5
6
7
8
9
10
<style>
    @font-face {
        font-family: family1;
        src: url(../../resources/Ahem.woff) format("woff");
    }
</style>

<p>This test tries to render the following text with Ahem, loaded from a WOFF file. The text below should be a series of black boxes.</p>

<p style="font-family: family1; font-size: 4em;">Failure</p>