gecko-dev/accessible/tests/mochitest
Alexander Surkov a638b2c723 Bug 727940 - Windows app can't read Firefox setting for hardware acceleration (D2D), r=marcoz, tbsaunde 2012-03-03 21:09:46 +09:00
..
actions Bug 691267 - Remove nsHTMLButtonAccessible duplication, r=surkov 2012-02-22 20:33:37 +09:00
attributes Bug 727940 - Windows app can't read Firefox setting for hardware acceleration (D2D), r=marcoz, tbsaunde 2012-03-03 21:09:46 +09:00
bounds Bug 727942 - childAtPoint may return incorrect accessibles when page zoomed, r=marcoz 2012-02-23 12:16:57 +09:00
editabletext Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
elm Bug 658272 - Implement figure and figcaption accessibility, r=tbsaunde, marcoz 2011-12-05 14:04:06 +08:00
events Backout 547de632a3e2 (bug 495912) for mochitest-a11y orange 2012-02-29 18:42:58 +00:00
focus Bug 706134 - ARIA listitem shouldn't expose selectable state and pick up aria-selected and aria-checked, r=surkov 2012-02-11 03:25:48 +09:00
hittest Bug 727942 - childAtPoint may return incorrect accessibles when page zoomed, r=marcoz 2012-02-23 12:16:57 +09:00
hyperlink Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
hypertext bug 672507 - merge nsIAccessNode and nsIAccessible r=davidb, surkov 2012-02-07 08:18:33 -05:00
name Bug 729474. (Av1) name/test_browserui.xul: Improve log, to help diagnose. r=surkov.alexander. 2012-02-22 14:45:24 +01:00
pivot Bug 698823 - Introduce virtual cursor/soft focus functionality to a11y API, r=tbsaunde, surkov, sr=neil 2012-02-02 15:14:51 +09:00
relations Bug 725647. (Bv1a) test_embeds.xul: Use new openBrowserWindow(). f=sgautherie r=surkov.alexander. 2012-02-13 21:03:43 +01:00
selectable Bug 706134 - ARIA listitem shouldn't expose selectable state and pick up aria-selected and aria-checked, r=surkov 2012-02-11 03:25:48 +09:00
states Bug 691267 - Remove nsHTMLButtonAccessible duplication, r=surkov 2012-02-22 20:33:37 +09:00
table Bug 619273 - Create new ranges for adding to the selection. 2011-12-20 10:15:41 +01:00
text Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
textcaret Bug 725581 - caretOffset for textarea should be -1 when textarea doesn't have a focus, r=tbsaunde 2012-02-13 12:37:52 +09:00
textselection Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
tree Backout 547de632a3e2 (bug 495912) for mochitest-a11y orange 2012-02-29 18:42:58 +00:00
treeupdate Bug 627379 - Add test for @hidden attribute, r=surkov 2012-03-02 22:46:57 +09:00
value Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
Makefile.in Bug 650241 - Location returned by accessibles sometimes incorrect when page zoomed, r=marcoz 2012-02-22 11:07:43 +09:00
actions.js Bug 626647 - enable logs on a11y actions/test_link.html, r=davidb, a=test 2011-01-19 16:02:59 +08:00
attributes.js Bug 473576 - font-family text attribute should expose actual font used, r=tbsaunde, f=karl 2012-02-29 09:25:06 +09:00
autocomplete.js Bug 673958 - rework accessible focus handling, r=enndeaking, marcoz, tbsaunde, matspal, f=marcoz 2011-09-28 10:46:11 +09:00
browser.js Bug 727942 - childAtPoint may return incorrect accessibles when page zoomed, r=marcoz 2012-02-23 12:16:57 +09:00
common.js Bug 718237. (Bv2) test_focus_autocomplete.xul: Skip this test on SeaMonkey ftb. r=surkov.alexander. 2012-02-20 05:25:17 +01:00
events.js Bug 723833 - IAccessibleText::setCaretOffset on location or search bar causes focus to jump, r=tbsaunde, marcoz 2012-02-08 13:31:18 +09:00
formimage.png Bug 548291 - Support ARIA on area (map) elements; r=marcoz,surkov 2010-03-07 21:03:19 -05:00
grid.js Bug 513848 - nsHTMLTableCellAccessible is used in dojo's crazy ARIA grid, r=marcoz, davidb 2009-09-15 11:55:26 +08:00
layout.js Bug 727942 - childAtPoint may return incorrect accessibles when page zoomed, r=marcoz 2012-02-23 12:16:57 +09:00
letters.gif bug 481720 - Don't load remote images in mochitests, r=davidb 2009-03-13 15:33:33 +01:00
longdesc_src.html Bug 451535 - Make nsHTMLImageAccessible return proper number of actions for images with longdescs, provide a name for opening the longdesc, not just an index, r=surkov 2008-08-26 09:39:17 +02:00
moz.png Bug 455057 - some chrome images have embedded profiles. ui-r=faaborg, sr=mconnor. 2008-10-16 15:20:21 -07:00
name.js Bug 613131 - role nothing should allow recursive name calculation from children, r=fer, davidb, marcoz, a=davidb 2010-11-21 09:02:16 +08:00
pivot.js bug 672507 - merge nsIAccessNode and nsIAccessible r=davidb, surkov 2012-02-07 08:18:33 -05:00
relations.js Bug 345780 - Support multiple targets for same relation, r=davidb, r=MarcoZ, sr=neil 2009-02-10 11:03:30 +01:00
role.js Bug 658272 - Implement figure and figcaption accessibility, r=tbsaunde, marcoz 2011-12-05 14:04:06 +08:00
selectable.js Bug 590176 - add pseudo SelectAccessible interface, r=marcoz, davidb, a=davidb 2010-09-02 09:46:59 +09:00
states.js Bug 719754 - rewrite events/test_docload.xul, r=marcoz 2012-01-27 19:22:19 +09:00
table.js Bug 675861 - Crash [@ AccIterator::GetNext()], r=tbsaunde 2011-08-05 17:10:41 +09:00
testTextboxes.js Bug 482013 - use role.js instead of explicit .role and .finalRole calls, r=marcoz 2009-03-07 19:23:25 +08:00
test_aria_role_article.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
test_aria_role_equation.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
test_aria_roles.html Bug 589784 - Remove role='label' aria processing: no longer in spec, r=davidb, surkov 2012-02-01 16:23:22 +09:00
test_aria_roles.xul Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
test_aria_token_attrs.html Bug 706134 - ARIA listitem shouldn't expose selectable state and pick up aria-selected and aria-checked, r=surkov 2012-02-11 03:25:48 +09:00
test_bug420863.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
test_descr.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
test_nsIAccessNode_utils.html bug 672507 - merge nsIAccessNode and nsIAccessible r=davidb, surkov 2012-02-07 08:18:33 -05:00
test_nsIAccessibleDocument.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
test_nsIAccessibleImage.html Bug 477015 - Create namerules based tests for accessible name of images, r=surkov 2012-01-23 09:05:26 +01:00
test_nsOuterDocAccessible.html Bug 673958 - rework accessible focus handling, r=enndeaking, marcoz, tbsaunde, matspal, f=marcoz 2011-09-28 10:46:11 +09:00
test_role_nsHyperTextAcc.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
test_textboxes.html Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
test_textboxes.xul Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
text.js Bug 415943 - Test that password field text is not readable through accessibility APIs, r=surkov, a=test-only 2011-03-14 10:21:48 +01:00
treeview.css Bug 503727 - Reorganize implementation of XUL tree accessibility, r=marcoz, ginn, sr=neil 2009-08-20 14:45:19 +08:00
treeview.js Bug 679271 - Intermittent a11y/accessible/events/test_tree.xul | Test timed out, sometimes with a leak, r=marcoz 2011-10-12 00:32:57 +09:00
value.js Bug 490761 - do not fail when nsIAccessibleValue accessible can't get value from markup, r=marcoz, davidb 2009-05-06 11:16:36 +08:00