mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
|
<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>
|