Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / layout / reftests / bugs / 498228-1-ref.xul
blob323acf86671d68046a591b94c4f55a752557823c
1 <?xml version="1.0"?>
3 <window id="list-testcase" title="Testcase"
4 xmlns:html="http://www.w3.org/1999/xhtml"
5 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
6 class="reftest-wait">
8 <script>
9 function dotest() {
10 var list = document.getElementById('list');
11 list.ensureIndexIsVisible(4);
12 setTimeout("document.documentElement.className = ''", 0);
15 window.addEventListener("load", dotest, false);
17 </script>
19 <listbox id="list" rows="3" seltype="single">
20 <listitem label="Item 1"/>
21 <listitem label="Item 2"/>
22 <listitem label="Item 3"/>
23 <listitem label="Item 4"/>
24 <listitem label="Item 5" selected="true"/>
25 </listbox>
27 </window>