chromium/third_party/blink/web_tests/fast/css/font-shorthand-weight-only.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>