haikuwebkit/LayoutTests/fast/css/font-shorthand-weight-only....

18 lines
397 B
HTML

<html>
<head>
<title></title>
<style type="text/css">
br { font: bold; }
</style>
</head>
<body>
<p>
Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=9341">http://bugzilla.opendarwin.org/show_bug.cgi?id=9341</a>
REGRESSION: Repro crash caused by style="font:bold"</i>.
</p>
<p>
PASS (didn&rsquo;t crash)
</p>
</body>
</html>