mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 876221 - crashtest.
This commit is contained in:
parent
59ed4f4384
commit
8dd83e127e
39
layout/base/crashtests/876221.html
Normal file
39
layout/base/crashtests/876221.html
Normal file
@ -0,0 +1,39 @@
|
||||
<html>
|
||||
<script>
|
||||
function start() {
|
||||
o0=tmp = document.createElement('iframe');
|
||||
document.getElementById('store_div').appendChild(tmp);
|
||||
o19=document.documentElement;
|
||||
tmp.id = 'id28'
|
||||
o119=tmp = document.createElement('iframe');
|
||||
tmp.id = 'id63'
|
||||
o19.appendChild(tmp)
|
||||
o152=document.getElementById('id63').contentDocument;
|
||||
o515=o152.createElement('xml');
|
||||
o547=document.createElementNS('http://www.w3.org/1999/xhtml','feFuncB');
|
||||
o552=document.createElementNS('http://www.w3.org/1999/xhtml','munder');
|
||||
o569=window.document.getElementById('id28').contentWindow.document;
|
||||
document.body.appendChild(o552);
|
||||
o552.appendChild(o547);
|
||||
o547.appendChild(o515);
|
||||
o582=o569.createElement('dl');
|
||||
o588=document.createElement('input');
|
||||
o552.style.cssText = 'overflow: -moz-hidden-unscrollable; '
|
||||
o552.style.position='absolute';
|
||||
o600=o515.offsetParent;
|
||||
o619=document.createElement('input');
|
||||
o635=o569.createElement('input');
|
||||
o635.type='image';
|
||||
o600.appendChild(o635);
|
||||
o588.style.position='absolute';
|
||||
o635.appendChild(o582);
|
||||
o588.appendChild(o619);
|
||||
o670=o619.parentNode;
|
||||
o552.style.position=null;
|
||||
o582.appendChild(o670);
|
||||
o635.style.position='relative';
|
||||
}
|
||||
</script>
|
||||
<body onload="start()"><div id="store_div"></div></body>
|
||||
</html>
|
||||
|
@ -432,6 +432,7 @@ pref(layers.force-active,true) load 859526-1.html
|
||||
pref(layers.force-active,true) load 859630-1.html
|
||||
load 866588.html
|
||||
load 876092.html
|
||||
load 876221.html
|
||||
load 897852.html
|
||||
asserts-if(Android,2) asserts-if(!Android,4-6) load 898913.html # bug 847368
|
||||
pref(layers.acceleration.disabled,true) pref(layers.force-active,true) load 919434.html
|
||||
|
Loading…
Reference in New Issue
Block a user