mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
14 lines
223 B
HTML
14 lines
223 B
HTML
<html>
|
|
<body onload='(parent || opener).childLoad()'>
|
|
|
|
<div style='height:500px; background:yellow'>
|
|
<a id='#top'>Top of the page</a>
|
|
</div>
|
|
|
|
<div id='bottom'>
|
|
<a id='#bottom'>Bottom of the page</a>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|