summaryrefslogtreecommitdiffstats
path: root/view/crashtests/399852.html
blob: aa31f7a8a8e89b5017bb421e956ec5b99f301839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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>