2010-01-20 11:16:32 +00:00
|
|
|
#
|
2012-05-21 11:12:37 +00:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2010-01-20 11:16:32 +00:00
|
|
|
|
2012-08-04 18:26:44 +00:00
|
|
|
DEPTH = @DEPTH@
|
2010-01-20 11:16:32 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
relativesrcdir = accessible/events
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2012-07-03 20:49:02 +00:00
|
|
|
MOCHITEST_A11Y_FILES =\
|
2010-06-18 02:43:58 +00:00
|
|
|
docload_wnd.html \
|
2010-03-13 04:24:51 +00:00
|
|
|
focus.html \
|
|
|
|
scroll.html \
|
2010-08-30 05:09:59 +00:00
|
|
|
test_aria_alert.html \
|
2010-11-20 02:37:30 +00:00
|
|
|
test_aria_menu.html \
|
2011-05-17 16:33:45 +00:00
|
|
|
test_aria_objattr.html \
|
2010-04-02 13:33:55 +00:00
|
|
|
test_aria_statechange.html \
|
2010-01-20 11:16:32 +00:00
|
|
|
test_attrs.html \
|
|
|
|
test_caretmove.html \
|
2011-02-15 16:33:54 +00:00
|
|
|
test_caretmove.xul \
|
2010-10-21 04:16:10 +00:00
|
|
|
test_coalescence.html \
|
|
|
|
test_contextmenu.html \
|
2012-06-10 23:44:50 +00:00
|
|
|
test_docload_aria.html \
|
2010-06-08 16:39:58 +00:00
|
|
|
test_docload.html \
|
2012-01-27 10:22:19 +00:00
|
|
|
test_docload.xul \
|
2010-01-20 11:16:32 +00:00
|
|
|
test_dragndrop.html \
|
|
|
|
test_flush.html \
|
2011-09-28 01:46:11 +00:00
|
|
|
test_focus_aria_activedescendant.html \
|
|
|
|
test_focus_autocomplete.xul \
|
|
|
|
test_focus_browserui.xul \
|
2012-02-18 04:26:37 +00:00
|
|
|
test_focus_canvas.html \
|
2011-09-28 01:46:11 +00:00
|
|
|
test_focus_contextmenu.xul \
|
|
|
|
test_focus_controls.html \
|
|
|
|
test_focus_dialog.html \
|
|
|
|
test_focus_doc.html \
|
|
|
|
test_focus_general.html \
|
|
|
|
test_focus_general.xul \
|
|
|
|
test_focus_listcontrols.xul \
|
|
|
|
test_focus_menu.xul \
|
2010-03-13 04:24:51 +00:00
|
|
|
test_focus_name.html \
|
2011-09-28 01:46:11 +00:00
|
|
|
test_focus_selects.html \
|
2011-10-03 14:26:03 +00:00
|
|
|
test_focus_tabbox.xul \
|
2011-08-16 10:28:31 +00:00
|
|
|
test_focus_tree.xul \
|
2012-03-22 12:28:25 +00:00
|
|
|
test_fromUserInput.html \
|
2010-12-03 10:49:20 +00:00
|
|
|
test_menu.xul \
|
2010-01-20 11:16:32 +00:00
|
|
|
test_mutation.html \
|
2011-04-07 05:17:29 +00:00
|
|
|
test_mutation.xhtml \
|
2012-02-01 05:17:42 +00:00
|
|
|
test_scroll.xul \
|
2011-11-01 00:52:27 +00:00
|
|
|
test_selection_aria.html \
|
2010-06-15 14:53:27 +00:00
|
|
|
test_selection.html \
|
2011-11-01 00:52:27 +00:00
|
|
|
test_selection.xul \
|
2010-06-02 12:30:08 +00:00
|
|
|
test_statechange.html \
|
2011-02-08 04:48:41 +00:00
|
|
|
test_text_alg.html \
|
2010-05-17 16:17:50 +00:00
|
|
|
test_text.html \
|
2010-11-25 15:58:15 +00:00
|
|
|
test_textattrchange.html \
|
2010-01-20 11:16:32 +00:00
|
|
|
test_tree.xul \
|
|
|
|
test_valuechange.html \
|
|
|
|
$(NULL)
|
|
|
|
|
2012-07-03 20:49:02 +00:00
|
|
|
include $(topsrcdir)/config/rules.mk
|