chromium/third_party/blink/web_tests/http/tests/webfont/fontface-style-change-expected.html

<!doctype html>
<html>
<body>
<style id="target">
@font-face {
    font-family: TestFont;
    src: local(Ahem);
}
</style>
<span style="font-family: TestFont;">A</span>
</body>
</html>