mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
8 lines
149 B
HTML
8 lines
149 B
HTML
<html>
|
|
<body onpopstate='parent.iframe2Popstate()'>
|
|
|
|
<div style='height:1000px' id='div2'>The second page also has a big div.</div>
|
|
|
|
</body>
|
|
</html>
|