mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
9 lines
210 B
HTML
9 lines
210 B
HTML
<html>
|
|
<body onpopstate='opener.page1Popstate();' onload='opener.page1Load();'
|
|
onpageshow='opener.page1PageShow();'>
|
|
|
|
<div style='height:10000px' id='div1'>This is a very tall div.</div>
|
|
|
|
</body>
|
|
</html>
|