1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/view/crashtests/399852.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<html> 1.5 +<head> 1.6 +<script> 1.7 +function doe2() { 1.8 +document.body.setAttribute('style', 'overflow:scroll; direction: rtl;'); 1.9 +} 1.10 +setTimeout(doe2,500); 1.11 +</script> 1.12 + 1.13 +</head> 1.14 +<body> 1.15 +<span style="position: fixed;"> 1.16 +<iframe onload="window.frames[0].focus()"></iframe> 1.17 +</span> 1.18 +<li style=" position: fixed;" contenteditable="true"></li> 1.19 +</body> 1.20 +</html> 1.21 \ No newline at end of file