mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
65 lines
1.6 KiB
Makefile
65 lines
1.6 KiB
Makefile
#
|
|
# 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/.
|
|
|
|
DEPTH = @DEPTH@
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
relativesrcdir = accessible/events
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MOCHITEST_A11Y_FILES =\
|
|
docload_wnd.html \
|
|
focus.html \
|
|
scroll.html \
|
|
test_aria_alert.html \
|
|
test_aria_menu.html \
|
|
test_aria_objattr.html \
|
|
test_aria_statechange.html \
|
|
test_attrs.html \
|
|
test_caretmove.html \
|
|
test_caretmove.xul \
|
|
test_coalescence.html \
|
|
test_contextmenu.html \
|
|
test_docload_aria.html \
|
|
test_docload.html \
|
|
test_docload.xul \
|
|
test_dragndrop.html \
|
|
test_flush.html \
|
|
test_focus_aria_activedescendant.html \
|
|
test_focus_autocomplete.xul \
|
|
test_focus_browserui.xul \
|
|
test_focus_canvas.html \
|
|
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 \
|
|
test_focus_name.html \
|
|
test_focus_selects.html \
|
|
test_focus_tabbox.xul \
|
|
test_focus_tree.xul \
|
|
test_fromUserInput.html \
|
|
test_menu.xul \
|
|
test_mutation.html \
|
|
test_mutation.xhtml \
|
|
test_scroll.xul \
|
|
test_selection_aria.html \
|
|
test_selection.html \
|
|
test_selection.xul \
|
|
test_statechange.html \
|
|
test_text_alg.html \
|
|
test_text.html \
|
|
test_textattrchange.html \
|
|
test_tree.xul \
|
|
test_valuechange.html \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|