summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/sub-sup-and-line-height.html
blob: 2931246e79ccc988db2295183489054ed829f061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <style>
      p { line-height: 44px; }
      sub, sup { vertical-align: top; }
    </style>
  </head>
  <body>
    <p>Test<sup>Test</sup><sub>Test</sub></p>
  </body>
</html>