1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/373919.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 + 1.6 +<object id="mw_ij" xmlns="http://www.w3.org/1999/xhtml" style="display: none;"/> 1.7 + 1.8 +<textnode xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 1.9 + <dir xmlns="http://www.w3.org/1999/xhtml" style="overflow: scroll;position: fixed;"/> 1.10 +</textnode> 1.11 + 1.12 +<wizardpage id="mw_ab" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 1.13 + <label id="mw_kl"> 1.14 + <toolbox style="float: right;"/> 1.15 + </label> 1.16 +</wizardpage> 1.17 + 1.18 +<listbox id="mw_cd" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"/> 1.19 + 1.20 +<script xmlns="http://www.w3.org/1999/xhtml"> 1.21 +function doe() { 1.22 +document.getElementById('mw_ab').insertBefore(document.getElementById('mw_cd'), document.getElementById('mw_ab').childNodes[0]); 1.23 +document.documentElement.offsetHeight; 1.24 +document.getElementById('mw_ij').appendChild(document.getElementById('mw_kl')); 1.25 +document.documentElement.offsetHeight; 1.26 +} 1.27 +setTimeout(doe, 100); 1.28 + 1.29 +setTimeout(function() {window.location=window.location;}, 500); 1.30 +</script> 1.31 + 1.32 +</html> 1.33 \ No newline at end of file