Fix test for popups so that previous checkin of bug 407359 doesn't turn tree orange. r=mano

This commit is contained in:
aaronleventhal@moonset.net 2008-01-23 15:50:54 -08:00
Родитель c8aeb1ae95
Коммит 45ae85152f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@
<checkbox id="b1" label="Item 1"/>
<!-- Focus should be in this order: 2 6 3 8 1 4 5 7 9 -->
<panel id="panel" onpopupshown="panelShown()" onpopuphidden="panelHidden()">
<panel id="panel" norestorefocus="true" onpopupshown="panelShown()" onpopuphidden="panelHidden()">
<button id="t1" label="Button One"/>
<button id="t2" tabindex="1" label="Button Two" onblur="gButtonBlur++;"/>
<button id="t3" tabindex="2" label="Button Three"/>