haikuwebkit/LayoutTests/fast/css/invalid-font-family-in-font...

14 lines
264 B
HTML

<html>
Test passes if it does not crash.
<style>
@font-face { font-family: inherit; }
@font-face { font-family: initial; }
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetTop;
</script>
</html>