chromium/third_party/blink/web_tests/fast/css/cssom-modify-font-face-rule-expected.html

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