gecko/layout/xul/crashtests/360642-1.xul

10 lines
360 B
Plaintext
Raw Normal View History

2007-12-19 15:09:39 -08:00
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
class="reftest-wait"
onload="setTimeout(function() { var foo = document.getElementById('foo'); foo.parentNode.removeChild(foo); document.documentElement.removeAttribute('class'); }, 30);">
<listboxbody>
<hbox id="foo"/>
</listboxbody>
</window>