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

<style>
    @font-face {
        font-family: ahem-family;
        src: url(../../resources/Ahem.otf);
    }
</style>
<p>
    Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=89980">https://bugs.webkit.org/show_bug.cgi?id=89980</a> Unexpected end of style sheet in @font-face rule discards it rather than closes all open constructs</i>.
</p>
<p>Check if a @font-face rule without a closing brace is accepted.</p>
<span style="font-family: ahem-family">0123456789ABCDEF</span>
<script>
    document.body.offsetTop;
</script>