Bug 399852 - crash test

This commit is contained in:
Martijn Wargers 2013-05-18 18:38:32 +00:00
parent f7338c8c93
commit 735942c034
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,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>

View File

@ -4,5 +4,6 @@ load 281743-1.html
load 323497-1.html
asserts-if(gtk2Widget,0-2) load 382756-1.xul # Bug 540078
asserts-if(gtk2Widget,0-2) load 387745-1.svg # Bug 540078
load 399852.html
load 429315-1.html
load 507563-1.html