1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/370174-3.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<HTML><HEAD style="display: table-row;"></HEAD> 1.5 +<BODY style="display: table-row;"> 1.6 +<CODE> 1.7 +<span> 1.8 +<IFRAME style="display:table-column-group;"></IFRAME> 1.9 +</span> 1.10 +</CODE> 1.11 +<span style="display:table-column-group;"></span> 1.12 +<SCRIPT> 1.13 +function doe2() { 1.14 +document.body.setAttribute('style', ''); 1.15 +document.getElementsByTagName('head')[0].setAttribute('style', ''); 1.16 +document.body.offsetHeight; 1.17 +document.getElementsByTagName('span')[0].setAttribute('style', 'display: table-row;'); 1.18 +} 1.19 +setTimeout(doe2,100); 1.20 + 1.21 +function tripleclick(){ 1.22 +netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); 1.23 +var wu = window.QueryInterface(Components.interfaces.nsIInterfaceRequestor) 1.24 + .getInterface(Components.interfaces.nsIDOMWindowUtils); 1.25 +wu.sendMouseEvent('mousedown', 500, 500, 0, 3, 0); 1.26 +setTimeout(tripleclick,20); 1.27 +setTimeout(function(){window.location.reload()}, 200); 1.28 +} 1.29 +setTimeout(tripleclick,200); 1.30 +</SCRIPT> 1.31 +</BODY></HTML> 1.32 \ No newline at end of file