summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/font-size-negative.html
blob: 30a275b52f369e5e5b5bc1d6a23a10808f28d996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
 <head>
  <title>Negative Font-Size</title>
  <style type="text/css">

    div#test1 {font: normal 10px/1 Helvetica, Arial, sans-serif; font: normal -50px/5 Georgia, serif;}

  </style>
 </head>
 <body>

  <div id="test1">This should be fairly small text, rather than huge, it should also be set in sans-serif rather than serif.</div>

 </body>
</html>