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

<!doctype html>
<html>
<body>
<style>
@font-face {
    font-family: f1;
    font-weight: 100;
    src: local('Courier New');
}
</style>
<style>
@font-face {
    font-family: f1;
    font-weight: 100;
    src: url(../../resources/Ahem.ttf);
}
</style>
<span style="font-family: f1; font-weight: 100">A</span>
</body>
</html>