summaryrefslogtreecommitdiffstats
path: root/layout/forms/crashtests/578604-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/forms/crashtests/578604-1.html')
-rw-r--r--layout/forms/crashtests/578604-1.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/forms/crashtests/578604-1.html b/layout/forms/crashtests/578604-1.html
new file mode 100644
index 0000000000..a7e3a870dd
--- /dev/null
+++ b/layout/forms/crashtests/578604-1.html
@@ -0,0 +1,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>