summaryrefslogtreecommitdiffstats
path: root/docshell/test/navigation/bluebox_bug430723.html
blob: 5dcc533562828b450703735fbdc43b2370885539 (plain)
1
2
3
4
5
6
<html><head>
<script> window.addEventListener("pageshow", function() { opener.nextTest(); }); </script>
</head><body>
<div style="position:absolute; left:0px; top:0px; width:50%; height:150%; background-color:blue">
<p>This is a very tall blue box.</p>
</div></body></html>