mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
207 B
HTML
9 lines
207 B
HTML
<html>
|
|
<body onpopstate='opener.page1Popstate();' onload='opener.page1Load();'
|
|
onpageshow='opener.page1PageShow();'>
|
|
|
|
<div style='height:300%' id='div1'>This is a very tall div.</div>
|
|
|
|
</body>
|
|
</html>
|