chromium/third_party/blink/web_tests/fast/css/font-face-woff-expected.html

<style>
    @font-face {
        font-family: family1;
        src: url(../../resources/Ahem.otf);
    }
</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>