1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-18 22:39:21 +00:00
Files
UXP/view/crashtests/399852.html
T

17 lines
340 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>