mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
8 lines
145 B
HTML
8 lines
145 B
HTML
<html>
|
|
<body onpopstate='opener.page2Popstate()'>
|
|
|
|
<div style='height:300%' id='div2'>The second page also has a big div.</div>
|
|
|
|
</body>
|
|
</html>
|