tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / font-size-negative.html
1 <html>
2  <head>
3   <title>Negative Font-Size</title>
4   <style type="text/css">
5
6     div#test1 {font: normal 10px/1 Helvetica, Arial, sans-serif; font: normal -50px/5 Georgia, serif;}
7
8   </style>
9  </head>
10  <body>
11
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>
13
14  </body>
15 </html>