mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
575 B
HTML
18 lines
575 B
HTML
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
function bounce()
|
|
{
|
|
var b = document.body;
|
|
var dE = document.documentElement;
|
|
dE.removeChild(b);
|
|
dE.offsetHeight;
|
|
dE.appendChild(b)
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="bounce();">
|
|
<table><tbody><tr><td><div style="-moz-column-count: 2;"><div><span style="font-size: 91735350in;"><table><tbody><tr><td></td></tr></tbody></table><div><p><select></select></p><table><tbody><tr><td></td></tr></tbody></table></div></span></div><div style="height: 300px;"></div></div></td></tr></tbody><thead></thead></table>
|
|
</body>
|
|
</html>
|