blob: 5e37020a5517132247f1ee2ddb8cf19c0ad3ddac (
plain)
1
2
3
4
5
6
7
8
9
|
<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>
|