Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / font-size-negative.html
blob30a275b52f369e5e5b5bc1d6a23a10808f28d996
1 <html>
2 <head>
3 <title>Negative Font-Size</title>
4 <style type="text/css">
6 div#test1 {font: normal 10px/1 Helvetica, Arial, sans-serif; font: normal -50px/5 Georgia, serif;}
8 </style>
9 </head>
10 <body>
12 <div id="test1">This should be fairly small text, rather than huge, it should also be set in sans-serif rather than serif.</div>
14 </body>
15 </html>