Bug 305553 - line 129: of the test -- in the xul, property "orient" is misspelled "oreint"; r=MarcoZ, r=jst

This commit is contained in:
David Bolter 2009-06-20 12:27:41 -04:00
Родитель 3d19c7f30d
Коммит 4633eaf37f
12 изменённых файлов: 12 добавлений и 12 удалений

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

@ -171,7 +171,7 @@
<description>
<html:b> Testing XUL Button for Accessibility.. </html:b>
</description>
<box oreint="horizontal">
<box orient="horizontal">
<!-- Simple Button with Label only -->
<button label="Normal" accesskey="n"/>
<spacer flex="1"/>

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

@ -93,7 +93,7 @@
<description>
<html:b> Testing XUL Image for Accessibility.. </html:b>
</description>
<box oreint="horizontal">
<box orient="horizontal">
<!-- image element is used to display images within a window -->
<image src="mozilla-banner.gif"/>
<spacer flex="1"/>

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

@ -126,7 +126,7 @@
<description>
<html:b> Testing XUL Menubar for Accessibility.. </html:b>
</description>
<box oreint="horizontal">
<box orient="horizontal">
<!-- There are five elements associated with creating a menu bar and its menus.
menubar - The container for the row of menus.
menu - Despite the name, this is actually only the title of the menu on the menubar.

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

@ -171,7 +171,7 @@
<description>
<html:b> Testing XUL Menu's Menuitem for Accessibility.. </html:b>
</description>
<box oreint="horizontal">
<box orient="horizontal">
<menu label="File">
<menupopup>
<menuitem label="Open" oncommand="nodeClicked();" accesskey="t"/>

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

@ -126,7 +126,7 @@
<description>
<html:b> Testing XUL Radiogroup for Accessibility.. </html:b>
</description>
<box oreint="horizontal">
<box orient="horizontal">
<radiogroup id="test-radiogrp" accesskey="a">
<radio group="test-radiogrp" label="First Radio Button" selected="true"/>
<radio group="test-radiogrp" label="Second Radio Button"/>

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

@ -146,7 +146,7 @@
<description>
<html:b> Testing XUL Tabbox's Tab for Accessibility.. </html:b>
</description>
<box oreint="horizontal">
<box orient="horizontal">
<tabbox>
<tabs>
<tab label="Mail" accesskey="t"/>

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

@ -126,7 +126,7 @@
<description>
<html:b> Testing XUL Tabbox for Accessibility.. </html:b>
</description>
<box oreint="horizontal">
<box orient="horizontal">
<!-- Tabboxes are typically used in an application in the preferences window.
A series of tabs appears across the top of a window. The user can click each
tab to see a different set of options. XUL provides a method to create such dialogs.

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

@ -94,7 +94,7 @@
<description>
<html:b> Testing XUL Tabbox's Tabpanel for Accessibility.. </html:b>
</description>
<box oreint="horizontal">
<box orient="horizontal">
<tabbox>
<tabs>
<tab label="Mail"/>

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

@ -127,7 +127,7 @@
<description>
<html:b> Testing XUL Tabbox's Tabpanels for Accessibility.. </html:b>
</description>
<box oreint="horizontal">
<box orient="horizontal">
<tabbox>
<tabs>
<tab label="Mail"/>

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

@ -126,7 +126,7 @@
<description>
<html:b> Testing XUL Tabbox's Tabs for Accessibility.. </html:b>
</description>
<box oreint="horizontal">
<box orient="horizontal">
<tabbox>
<tabs accesskey="t">
<tab label="Mail"/>

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

@ -121,7 +121,7 @@
<description>
<html:b> Testing XUL Toolbar for Accessibility.. </html:b>
</description>
<box oreint="horizontal">
<box orient="horizontal">
<!-- When more than one toolbar is placed next to each other, they are typically
grouped together in something called a toolbox.
Along the left side of the toolbar is a little notch which, if clicked, will

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

@ -121,7 +121,7 @@
<description>
<html:b> Testing XUL Toolbox for Accessibility.. </html:b>
</description>
<box oreint="horizontal">
<box orient="horizontal">
<!-- When more than one toolbar is placed next to each other, they are typically
grouped together in something called a toolbox.
Along the left side of the toolbar is a little notch which, if clicked, will