Adding the XUL tabindex test to the debug menu. r=hyatt.

This commit is contained in:
bryner%netscape.com 2006-09-14 06:00:48 +00:00
Родитель 38219d9f6b
Коммит 28b3b788b4
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -419,6 +419,7 @@
<menuitem label="#2 Popups" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/popups.xul'"/> <menuitem label="#2 Popups" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/popups.xul'"/>
<menuitem label="#3 Descriptions and Labels" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/label.xul'"/> <menuitem label="#3 Descriptions and Labels" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/label.xul'"/>
<menuitem label="#4 Dialog Buttons" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/buttons.xul'"/> <menuitem label="#4 Dialog Buttons" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/buttons.xul'"/>
<menuitem label="#5 Tabindex" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/tabindex.xul'"/>
</menupopup> </menupopup>
</menu> </menu>