summaryrefslogtreecommitdiffstats
path: root/layout/forms/crashtests/578604-1.html
blob: d934c454d3f9d70ec44ee22b434546284b4fd351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html class="reftest-print">
<head>
<style>
   h2 { page-break-before: always; }
   #reviewer { position: fixed;}
</style>
</head>

<body>

<h2>Crash Test Case</h2>
<div>
<input id='reviewer'>
</div>

</body>
</html>