mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
9 lines
360 B
Text
9 lines
360 B
Text
|
|
<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>
|