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
|
|
|
|
|
2010-05-20 00:41:03 -07:00
|
|
|
DIRS = actions attributes events relations selectable states table tree
|
2009-11-09 21:58:52 -08:00
|
|
|
|
2008-02-14 02:32:21 -08:00
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
_TEST_FILES =\
|
2010-04-13 10:55:39 -07:00
|
|
|
formimage.png \
|
2009-03-13 07:33:33 -07:00
|
|
|
letters.gif \
|
2008-04-23 06:22:25 -07:00
|
|
|
moz.png \
|
2009-06-25 21:23:15 -07:00
|
|
|
$(topsrcdir)/content/media/test/bug461281.ogg \
|
2008-08-26 00:39:17 -07:00
|
|
|
longdesc_src.html \
|
2009-05-10 18:32:09 -07:00
|
|
|
actions.js \
|
2008-10-28 04:54:57 -07:00
|
|
|
attributes.js \
|
2008-08-28 07:48:41 -07:00
|
|
|
common.js \
|
2010-02-20 16:50:50 -08:00
|
|
|
editabletext.js \
|
2009-01-24 20:42:21 -08:00
|
|
|
events.js \
|
2009-05-06 22:59:49 -07:00
|
|
|
grid.js \
|
2009-03-04 20:08:18 -08:00
|
|
|
layout.js \
|
2009-05-12 22:13:12 -07:00
|
|
|
name.css \
|
|
|
|
name.js \
|
|
|
|
name.xbl \
|
2009-08-21 06:20:18 -07:00
|
|
|
name_nsRootAcc_wnd.xul \
|
2009-01-20 08:19:10 -08:00
|
|
|
namerules.xml \
|
2008-09-18 00:25:09 -07:00
|
|
|
nsIAccessible_selects.js \
|
2009-01-27 09:27:51 -08:00
|
|
|
relations.js \
|
2009-01-20 07:02:35 -08:00
|
|
|
role.js \
|
2010-05-20 00:40:25 -07:00
|
|
|
selectable.js \
|
2009-05-22 09:09:51 -07:00
|
|
|
states.js \
|
2009-05-18 01:35:21 -07:00
|
|
|
table.js \
|
2009-05-05 20:16:36 -07:00
|
|
|
value.js \
|
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-06-11 11:18:24 -07:00
|
|
|
test_aria_roles.html \
|
2009-07-10 05:17:15 -07:00
|
|
|
test_aria_roles.xul \
|
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-05-11 09:14:22 -07:00
|
|
|
$(warning test_childAtPoint.html temporarily disabled) \
|
2009-03-05 06:16:38 -08:00
|
|
|
$(warning test_childAtPoint.xul temporarily disabled) \
|
2009-04-24 07:40:18 -07:00
|
|
|
test_descr.html \
|
2010-02-20 16:50:50 -08:00
|
|
|
test_editabletext_1.html \
|
|
|
|
test_editabletext_2.html \
|
2009-09-10 18:07:56 -07:00
|
|
|
test_elm_listbox.xul \
|
2009-05-22 16:03:47 -07:00
|
|
|
$(warning test_elm_media.html temporarily disabled) \
|
2010-03-18 11:49:39 -07:00
|
|
|
test_elm_nsApplicationAcc.html \
|
2009-10-14 20:53:08 -07:00
|
|
|
test_elm_plugin.html \
|
2009-05-12 22:13:12 -07:00
|
|
|
test_name.html \
|
|
|
|
test_name.xul \
|
|
|
|
test_name_button.html \
|
|
|
|
test_name_link.html \
|
2009-01-20 07:08:38 -08:00
|
|
|
test_name_markup.html \
|
2009-08-21 06:20:18 -07:00
|
|
|
test_name_nsRootAcc.xul \
|
2009-03-09 08:10:40 -07:00
|
|
|
$(warning test_nsIAccessible_comboboxes.xul temporarily disabled) \
|
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 \
|
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-09-17 06:09:34 -07:00
|
|
|
test_nsIAccessNode_utils.html \
|
2008-06-25 03:28:09 -07:00
|
|
|
test_nsOuterDocAccessible.html \
|
2009-01-20 07:02:35 -08:00
|
|
|
test_role_nsHyperTextAcc.html \
|
2010-02-20 16:50:50 -08:00
|
|
|
test_text_caret.html \
|
2008-07-02 10:09:53 -07:00
|
|
|
test_textboxes.html \
|
2009-01-06 06:06:29 -08:00
|
|
|
test_textboxes.xul \
|
2009-10-19 09:14:05 -07:00
|
|
|
test_value.html \
|
2009-05-05 20:16:36 -07:00
|
|
|
test_value.xul \
|
2008-07-02 10:09:53 -07:00
|
|
|
testTextboxes.js \
|
2009-08-19 23:45:19 -07:00
|
|
|
treeview.css \
|
2009-02-27 02:45:21 -08:00
|
|
|
treeview.js \
|
2008-02-14 02:32:21 -08:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
libs:: $(_TEST_FILES)
|
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/a11y/$(relativesrcdir)
|