summaryrefslogtreecommitdiffstats
path: root/tools/profiler/tests/browser/fixed_height.html
blob: 7d21f3b746329a1eb17ea5a58dd7d38d01dbede3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
  <head>
	<meta charset="utf-8"/>
    <!--
      Using an absolute value here should invoke Firefox to get
      the layout.css.dpi preference.
    -->
    <style type="text/css">
    div.fixed_height {
      height: 15in;
    }
    </style>
  </head>
  <body>
    <div class="fixed_height">Testing</div>
  </body>
</html>