summaryrefslogtreecommitdiffstats
path: root/layout/forms/crashtests/578604-1.html
blob: a7e3a870dd407d1207e8c64a42d37db2c1fefb8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html class="reftest-paged">
<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>