blob: b6c2a8e97b2fa42a8fd27ab804f511dc78b6fe4a [file] [log] [blame]
<!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>