summaryrefslogtreecommitdiffstats
path: root/docshell/test/mochitest/file_bug1151421.html
diff options
context:
space:
mode:
Diffstat (limited to 'docshell/test/mochitest/file_bug1151421.html')
-rw-r--r--docshell/test/mochitest/file_bug1151421.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/docshell/test/mochitest/file_bug1151421.html b/docshell/test/mochitest/file_bug1151421.html
new file mode 100644
index 0000000000..7bb8c8f363
--- /dev/null
+++ b/docshell/test/mochitest/file_bug1151421.html
@@ -0,0 +1,19 @@
+<html>
+<head>
+<style>
+body, html {
+ height: 100%;
+}
+.spacer {
+ height: 80%;
+}
+</style>
+</head>
+<body onload='(parent || opener).childLoad()'>
+
+<div class="spacer"></div>
+<div id="content">content</div>
+<div class="spacer"></div>
+
+</body>
+</html>