зеркало из https://github.com/mozilla/pjs.git
Bug 305553 - line 129: of the test -- in the xul, property "orient" is misspelled "oreint"; r=MarcoZ, r=jst
This commit is contained in:
Родитель
3d19c7f30d
Коммит
4633eaf37f
|
@ -171,7 +171,7 @@
|
||||||
<description>
|
<description>
|
||||||
<html:b> Testing XUL Button for Accessibility.. </html:b>
|
<html:b> Testing XUL Button for Accessibility.. </html:b>
|
||||||
</description>
|
</description>
|
||||||
<box oreint="horizontal">
|
<box orient="horizontal">
|
||||||
<!-- Simple Button with Label only -->
|
<!-- Simple Button with Label only -->
|
||||||
<button label="Normal" accesskey="n"/>
|
<button label="Normal" accesskey="n"/>
|
||||||
<spacer flex="1"/>
|
<spacer flex="1"/>
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
<description>
|
<description>
|
||||||
<html:b> Testing XUL Image for Accessibility.. </html:b>
|
<html:b> Testing XUL Image for Accessibility.. </html:b>
|
||||||
</description>
|
</description>
|
||||||
<box oreint="horizontal">
|
<box orient="horizontal">
|
||||||
<!-- image element is used to display images within a window -->
|
<!-- image element is used to display images within a window -->
|
||||||
<image src="mozilla-banner.gif"/>
|
<image src="mozilla-banner.gif"/>
|
||||||
<spacer flex="1"/>
|
<spacer flex="1"/>
|
||||||
|
|
|
@ -126,7 +126,7 @@
|
||||||
<description>
|
<description>
|
||||||
<html:b> Testing XUL Menubar for Accessibility.. </html:b>
|
<html:b> Testing XUL Menubar for Accessibility.. </html:b>
|
||||||
</description>
|
</description>
|
||||||
<box oreint="horizontal">
|
<box orient="horizontal">
|
||||||
<!-- There are five elements associated with creating a menu bar and its menus.
|
<!-- There are five elements associated with creating a menu bar and its menus.
|
||||||
menubar - The container for the row of 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.
|
menu - Despite the name, this is actually only the title of the menu on the menubar.
|
||||||
|
|
|
@ -171,7 +171,7 @@
|
||||||
<description>
|
<description>
|
||||||
<html:b> Testing XUL Menu's Menuitem for Accessibility.. </html:b>
|
<html:b> Testing XUL Menu's Menuitem for Accessibility.. </html:b>
|
||||||
</description>
|
</description>
|
||||||
<box oreint="horizontal">
|
<box orient="horizontal">
|
||||||
<menu label="File">
|
<menu label="File">
|
||||||
<menupopup>
|
<menupopup>
|
||||||
<menuitem label="Open" oncommand="nodeClicked();" accesskey="t"/>
|
<menuitem label="Open" oncommand="nodeClicked();" accesskey="t"/>
|
||||||
|
|
|
@ -126,7 +126,7 @@
|
||||||
<description>
|
<description>
|
||||||
<html:b> Testing XUL Radiogroup for Accessibility.. </html:b>
|
<html:b> Testing XUL Radiogroup for Accessibility.. </html:b>
|
||||||
</description>
|
</description>
|
||||||
<box oreint="horizontal">
|
<box orient="horizontal">
|
||||||
<radiogroup id="test-radiogrp" accesskey="a">
|
<radiogroup id="test-radiogrp" accesskey="a">
|
||||||
<radio group="test-radiogrp" label="First Radio Button" selected="true"/>
|
<radio group="test-radiogrp" label="First Radio Button" selected="true"/>
|
||||||
<radio group="test-radiogrp" label="Second Radio Button"/>
|
<radio group="test-radiogrp" label="Second Radio Button"/>
|
||||||
|
|
|
@ -146,7 +146,7 @@
|
||||||
<description>
|
<description>
|
||||||
<html:b> Testing XUL Tabbox's Tab for Accessibility.. </html:b>
|
<html:b> Testing XUL Tabbox's Tab for Accessibility.. </html:b>
|
||||||
</description>
|
</description>
|
||||||
<box oreint="horizontal">
|
<box orient="horizontal">
|
||||||
<tabbox>
|
<tabbox>
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab label="Mail" accesskey="t"/>
|
<tab label="Mail" accesskey="t"/>
|
||||||
|
|
|
@ -126,7 +126,7 @@
|
||||||
<description>
|
<description>
|
||||||
<html:b> Testing XUL Tabbox for Accessibility.. </html:b>
|
<html:b> Testing XUL Tabbox for Accessibility.. </html:b>
|
||||||
</description>
|
</description>
|
||||||
<box oreint="horizontal">
|
<box orient="horizontal">
|
||||||
<!-- Tabboxes are typically used in an application in the preferences window.
|
<!-- 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
|
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.
|
tab to see a different set of options. XUL provides a method to create such dialogs.
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
<description>
|
<description>
|
||||||
<html:b> Testing XUL Tabbox's Tabpanel for Accessibility.. </html:b>
|
<html:b> Testing XUL Tabbox's Tabpanel for Accessibility.. </html:b>
|
||||||
</description>
|
</description>
|
||||||
<box oreint="horizontal">
|
<box orient="horizontal">
|
||||||
<tabbox>
|
<tabbox>
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab label="Mail"/>
|
<tab label="Mail"/>
|
||||||
|
|
|
@ -127,7 +127,7 @@
|
||||||
<description>
|
<description>
|
||||||
<html:b> Testing XUL Tabbox's Tabpanels for Accessibility.. </html:b>
|
<html:b> Testing XUL Tabbox's Tabpanels for Accessibility.. </html:b>
|
||||||
</description>
|
</description>
|
||||||
<box oreint="horizontal">
|
<box orient="horizontal">
|
||||||
<tabbox>
|
<tabbox>
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab label="Mail"/>
|
<tab label="Mail"/>
|
||||||
|
|
|
@ -126,7 +126,7 @@
|
||||||
<description>
|
<description>
|
||||||
<html:b> Testing XUL Tabbox's Tabs for Accessibility.. </html:b>
|
<html:b> Testing XUL Tabbox's Tabs for Accessibility.. </html:b>
|
||||||
</description>
|
</description>
|
||||||
<box oreint="horizontal">
|
<box orient="horizontal">
|
||||||
<tabbox>
|
<tabbox>
|
||||||
<tabs accesskey="t">
|
<tabs accesskey="t">
|
||||||
<tab label="Mail"/>
|
<tab label="Mail"/>
|
||||||
|
|
|
@ -121,7 +121,7 @@
|
||||||
<description>
|
<description>
|
||||||
<html:b> Testing XUL Toolbar for Accessibility.. </html:b>
|
<html:b> Testing XUL Toolbar for Accessibility.. </html:b>
|
||||||
</description>
|
</description>
|
||||||
<box oreint="horizontal">
|
<box orient="horizontal">
|
||||||
<!-- When more than one toolbar is placed next to each other, they are typically
|
<!-- When more than one toolbar is placed next to each other, they are typically
|
||||||
grouped together in something called a toolbox.
|
grouped together in something called a toolbox.
|
||||||
Along the left side of the toolbar is a little notch which, if clicked, will
|
Along the left side of the toolbar is a little notch which, if clicked, will
|
||||||
|
|
|
@ -121,7 +121,7 @@
|
||||||
<description>
|
<description>
|
||||||
<html:b> Testing XUL Toolbox for Accessibility.. </html:b>
|
<html:b> Testing XUL Toolbox for Accessibility.. </html:b>
|
||||||
</description>
|
</description>
|
||||||
<box oreint="horizontal">
|
<box orient="horizontal">
|
||||||
<!-- When more than one toolbar is placed next to each other, they are typically
|
<!-- When more than one toolbar is placed next to each other, they are typically
|
||||||
grouped together in something called a toolbox.
|
grouped together in something called a toolbox.
|
||||||
Along the left side of the toolbar is a little notch which, if clicked, will
|
Along the left side of the toolbar is a little notch which, if clicked, will
|
||||||
|
|
Загрузка…
Ссылка в новой задаче