mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
345 B
HTML
17 lines
345 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
function doe2() {
|
|
document.body.setAttribute('style', 'overflow:scroll; direction: rtl;');
|
|
}
|
|
setTimeout(doe2,500);
|
|
</script>
|
|
|
|
</head>
|
|
<body>
|
|
<span style="position: fixed;">
|
|
<iframe onload="window.frames[0].focus()"></iframe>
|
|
</span>
|
|
<li style=" position: fixed;" contenteditable="true"></li>
|
|
</body>
|
|
</html> |