haikuwebkit/LayoutTests/fast/css/crash-inherit-value-font-fa...

14 lines
301 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>WebKit shouldn't crash on font face values "initial" and "inherit". You should see PASS below.</p>
<font face="inherit"></font>
<font face="initial"></font>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.write('PASS');
</script>
</body>
</html>