summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/font-size-adjust-03.html
blob: 5188b4874905973d6b22af650568d6b9a1c61aba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
 </head>
 <style>
   .a { font-family: sans-serif; font-size: 15pt; font-size-adjust: 0.8; }
   .b { font-family: sans-serif; font-size: 30pt; font-size-adjust: 0.4; }
 </style>
 <body>
   <p class="a">lines should be the same size</p>
   <p class="b">lines should be the same size</p>
 </body>
</html>