Skip to content

Commit

Permalink
Bug 399852 - crash test
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargers committed May 18, 2013
1 parent 2fc978b commit 2eb8f44
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions view/crashtests/399852.html
Original file line number Diff line number Diff line change
@@ -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>
1 change: 1 addition & 0 deletions view/crashtests/crashtests.list
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2eb8f44

Please sign in to comment.