mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
bbf62ae869
--HG-- extra : rebase_source : fde3ce1083868e7d398c626628344bc521224666
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>
|