mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 399852 - crash test
This commit is contained in:
parent
2fc978b16c
commit
2eb8f443a1
17
view/crashtests/399852.html
Normal file
17
view/crashtests/399852.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user