blob: 56fbd44413d03f0c863fc167f7874bb735fd54a4 (
plain)
1
2
3
4
5
6
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="document.getElementById('a').setAttribute('ordinal', 30);">
<listbox>
<listitem id="a"/>
<listitem><iframe/></listitem>
</listbox>
</window>
|