2008-02-14 02:32:21 -08:00
|
|
|
#
|
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License. You may obtain a copy of the License at
|
|
|
|
# http://www.mozilla.org/MPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# License.
|
|
|
|
#
|
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is
|
|
|
|
# Mozilla Foundation.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 2008
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
# Alexander Surkov <surkov.alexander@gmail.com> (original author)
|
|
|
|
#
|
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either of the GNU General Public License Version 2 or later (the "GPL"),
|
|
|
|
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
# the provisions above, a recipient may use your version of this file under
|
|
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
#
|
|
|
|
# ***** END LICENSE BLOCK *****
|
|
|
|
|
|
|
|
DEPTH = ../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
relativesrcdir = accessible
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
_TEST_FILES =\
|
2009-03-13 07:33:33 -07:00
|
|
|
letters.gif \
|
2008-04-23 06:22:25 -07:00
|
|
|
moz.png \
|
2009-04-20 00:09:21 -07:00
|
|
|
$(topsrcdir)/content/media/video/test/bug461281.ogg \
|
2008-08-26 00:39:17 -07:00
|
|
|
longdesc_src.html \
|
2008-10-28 04:54:57 -07:00
|
|
|
attributes.js \
|
2008-08-28 07:48:41 -07:00
|
|
|
common.js \
|
2009-01-24 20:42:21 -08:00
|
|
|
events.js \
|
2009-03-04 20:08:18 -08:00
|
|
|
layout.js \
|
2009-01-20 08:19:10 -08:00
|
|
|
namerules.xml \
|
2008-08-08 07:44:26 -07:00
|
|
|
nsIAccessible_actions.js \
|
2008-07-12 20:57:28 -07:00
|
|
|
nsIAccessible_name.css \
|
2008-09-04 07:11:40 -07:00
|
|
|
nsIAccessible_name.js \
|
2008-07-12 20:57:28 -07:00
|
|
|
nsIAccessible_name.xbl \
|
2008-09-18 00:25:09 -07:00
|
|
|
nsIAccessible_selects.js \
|
2008-10-07 22:27:24 -07:00
|
|
|
nsIAccessible_states.js \
|
2008-08-28 07:48:41 -07:00
|
|
|
nsIAccessibleEditableText.js \
|
2009-01-27 09:27:51 -08:00
|
|
|
relations.js \
|
2009-01-20 07:02:35 -08:00
|
|
|
role.js \
|
2009-05-05 20:16:36 -07:00
|
|
|
value.js \
|
2009-03-11 07:33:34 -07:00
|
|
|
test_accessnode_invalidation.html \
|
2009-03-09 08:10:40 -07:00
|
|
|
test_actions_aria.html \
|
2009-03-31 11:05:16 -07:00
|
|
|
$(warning test_actions_inputs.html temporarily disabled) \
|
2009-03-09 08:10:40 -07:00
|
|
|
test_actions.xul \
|
2008-04-22 23:04:53 -07:00
|
|
|
test_aria_activedescendant.html \
|
2008-06-16 23:52:09 -07:00
|
|
|
test_aria_role_article.html \
|
2008-10-31 05:19:28 -07:00
|
|
|
test_aria_role_equation.html \
|
2009-01-12 09:20:34 -08:00
|
|
|
test_aria_token_attrs.html \
|
2008-03-15 18:23:41 -07:00
|
|
|
test_bug420863.html \
|
2009-03-05 06:16:38 -08:00
|
|
|
$(warning test_childAtPoint.xul temporarily disabled) \
|
2008-07-02 21:12:45 -07:00
|
|
|
test_cssattrs.html \
|
2009-04-24 07:40:18 -07:00
|
|
|
test_descr.html \
|
2009-04-20 00:09:21 -07:00
|
|
|
test_elm_filectrl.html \
|
|
|
|
test_elm_media.html \
|
2009-04-22 04:22:36 -07:00
|
|
|
test_elm_txtcntnr.html \
|
2008-09-16 07:38:48 -07:00
|
|
|
test_events_caretmove.html \
|
2009-01-14 04:19:35 -08:00
|
|
|
test_events_mutation.html \
|
2009-02-27 02:45:21 -08:00
|
|
|
test_events_tree.xul \
|
2009-01-04 23:41:30 -08:00
|
|
|
test_groupattrs.xul \
|
|
|
|
test_groupattrs.html \
|
2009-01-20 07:08:38 -08:00
|
|
|
test_name_markup.html \
|
2008-07-16 14:23:43 -07:00
|
|
|
$(warning test_table_indexes.html temporarily disabled) \
|
2008-10-08 05:58:46 -07:00
|
|
|
test_nsIAccessible_applicationAccessible.html \
|
2009-03-09 08:10:40 -07:00
|
|
|
$(warning test_nsIAccessible_comboboxes.xul temporarily disabled) \
|
2008-07-12 20:57:28 -07:00
|
|
|
test_nsIAccessible_name.html \
|
2008-10-14 01:27:02 -07:00
|
|
|
test_nsIAccessible_name_button.html \
|
2008-11-28 02:04:34 -08:00
|
|
|
test_nsIAccessible_name_link.html \
|
2009-02-18 23:06:14 -08:00
|
|
|
test_nsIAccessible_name.xul \
|
2008-09-18 00:25:09 -07:00
|
|
|
test_nsIAccessible_selects.html \
|
2008-08-31 18:52:40 -07:00
|
|
|
test_nsIAccessible_focus.html \
|
2008-06-26 05:17:35 -07:00
|
|
|
test_nsIAccessibleDocument.html \
|
2008-08-28 07:48:41 -07:00
|
|
|
test_nsIAccessibleEditableText.html \
|
2009-03-13 07:33:33 -07:00
|
|
|
test_nsIAccessibleHyperLink.html \
|
2009-02-27 03:23:26 -08:00
|
|
|
test_nsIAccessibleHyperLink.xul \
|
2009-03-13 07:33:33 -07:00
|
|
|
test_nsIAccessibleHyperText.html \
|
2008-04-23 06:22:25 -07:00
|
|
|
test_nsIAccessibleImage.html \
|
2008-11-19 11:53:19 -08:00
|
|
|
$(warning test_nsIAccessibleTable_listboxes.xul temporarily disabled) \
|
2008-09-17 06:09:34 -07:00
|
|
|
test_nsIAccessNode_utils.html \
|
2008-06-25 03:28:09 -07:00
|
|
|
test_nsOuterDocAccessible.html \
|
2009-02-15 00:15:31 -08:00
|
|
|
test_objectattrs.html \
|
2009-01-27 09:27:51 -08:00
|
|
|
test_relations.html \
|
|
|
|
test_relations.xul \
|
2009-01-20 07:02:35 -08:00
|
|
|
test_role_nsHyperTextAcc.html \
|
|
|
|
test_role_table_cells.html \
|
2009-02-11 00:40:27 -08:00
|
|
|
test_states.html \
|
2009-02-17 08:16:38 -08:00
|
|
|
test_states_editablebody.html \
|
|
|
|
test_states_doc.html \
|
|
|
|
test_states_docarticle.html \
|
|
|
|
test_states_frames.html \
|
2009-03-05 04:55:54 -08:00
|
|
|
test_table_1.html \
|
|
|
|
test_table_2.html \
|
|
|
|
test_table_3.html \
|
|
|
|
test_table_4.html \
|
2008-07-17 05:06:24 -07:00
|
|
|
test_textattrs.html \
|
2008-07-02 10:09:53 -07:00
|
|
|
test_textboxes.html \
|
2009-01-06 06:06:29 -08:00
|
|
|
test_textboxes.xul \
|
2009-05-05 20:16:36 -07:00
|
|
|
test_value.xul \
|
2008-07-02 10:09:53 -07:00
|
|
|
testTextboxes.js \
|
2009-02-27 02:45:21 -08:00
|
|
|
treeview.js \
|
2009-02-17 08:16:38 -08:00
|
|
|
z_states_frame.html \
|
|
|
|
z_states_framearticle.html \
|
|
|
|
z_states_framecheckbox.html \
|
|
|
|
z_states_frametextbox.html \
|
2008-02-14 02:32:21 -08:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libs:: $(_TEST_FILES)
|
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/a11y/$(relativesrcdir)
|