Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / font-shorthand-weight-only.html
blob0fe55212aff6c00e1720820760ad0d31676288f2
1 <html>
2 <head>
3 <title></title>
4 <style type="text/css">
5 br { font: bold; }
6 </style>
7 </head>
8 <body>
9 <p>
10 Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=9341">http://bugzilla.opendarwin.org/show_bug.cgi?id=9341</a>
11 REGRESSION: Repro crash caused by style="font:bold"</i>.
12 </p>
13 <p>
14 PASS (didn&rsquo;t crash)
15 </p>
16 </body>
17 </html>