2007-04-15 16:14:26 -07: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) 2007
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
#
|
|
|
|
# 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 = layout/generic/test
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2009-04-05 17:04:02 -07:00
|
|
|
# in the list below, we make sure that the tests that require focus
|
|
|
|
# run before test_plugin_clipping, which can steal focus for its window.
|
|
|
|
_TEST_FILES = \
|
|
|
|
bug344830_testembed.svg \
|
|
|
|
frame_selection_underline.xhtml \
|
|
|
|
frame_selection_underline-ref.xhtml \
|
|
|
|
frame_selection_underline.css \
|
|
|
|
plugin_clipping_helper.xhtml \
|
2009-07-21 17:45:02 -07:00
|
|
|
plugin_clipping_helper2.xhtml \
|
2009-07-21 17:45:14 -07:00
|
|
|
plugin_clipping_helper_transformed.xhtml \
|
2009-07-21 17:45:16 -07:00
|
|
|
plugin_clipping_helper_table.xhtml \
|
2009-07-21 17:45:02 -07:00
|
|
|
plugin_clipping_lib.js \
|
2009-10-07 04:14:12 -07:00
|
|
|
plugin_focus_helper.html \
|
2009-04-05 17:04:02 -07:00
|
|
|
test_backspace_delete.xul \
|
2009-07-03 13:12:06 -07:00
|
|
|
test_bug263683.html \
|
2009-04-05 17:04:02 -07:00
|
|
|
test_bug288789.html \
|
2007-11-26 12:05:25 -08:00
|
|
|
test_bug323656.html \
|
2007-04-16 08:18:50 -07:00
|
|
|
test_bug344830.html \
|
2009-05-09 14:30:19 -07:00
|
|
|
test_bug348681.html \
|
2007-08-26 10:20:28 -07:00
|
|
|
test_bug382429.html \
|
2007-09-03 08:22:42 -07:00
|
|
|
test_bug384527.html \
|
2007-09-03 09:12:27 -07:00
|
|
|
test_bug385751.html \
|
2007-09-03 09:59:44 -07:00
|
|
|
test_bug389630.html \
|
2007-08-16 08:26:20 -07:00
|
|
|
test_bug391747.html \
|
2008-03-31 10:47:42 -07:00
|
|
|
test_bug392746.html \
|
2007-09-07 00:17:23 -07:00
|
|
|
test_bug392923.html \
|
2007-09-04 12:48:24 -07:00
|
|
|
test_bug394173.html \
|
2007-09-07 00:17:23 -07:00
|
|
|
test_bug394239.html \
|
2007-11-21 02:21:00 -08:00
|
|
|
test_bug402380.html \
|
2007-12-22 13:07:58 -08:00
|
|
|
test_bug404872.html \
|
2007-12-01 02:47:58 -08:00
|
|
|
test_bug405178.html \
|
2008-02-27 01:46:22 -08:00
|
|
|
test_bug416168.html \
|
2008-06-14 01:48:07 -07:00
|
|
|
test_bug421436.html \
|
2009-04-24 15:45:34 -07:00
|
|
|
$(warning test_bug421839-1.html disabled because it calls finish twice which can cause timeouts) \
|
2009-04-24 10:08:23 -07:00
|
|
|
test_bug421839-2.html \
|
|
|
|
bug421839-2-page.html \
|
2009-08-02 19:18:57 -07:00
|
|
|
test_bug438840.html \
|
2008-08-04 05:45:56 -07:00
|
|
|
test_bug448860.html \
|
2008-10-21 00:27:27 -07:00
|
|
|
test_bug460532.html \
|
2008-12-07 02:22:12 -08:00
|
|
|
test_bug468167.html \
|
2009-01-24 07:47:17 -08:00
|
|
|
test_bug469613.xul \
|
2009-09-07 14:43:20 -07:00
|
|
|
test_bug469774.xul \
|
2009-02-21 08:15:07 -08:00
|
|
|
test_bug470212.html \
|
2009-09-01 19:46:33 -07:00
|
|
|
test_bug503813.html \
|
2009-08-05 02:29:33 -07:00
|
|
|
test_bug508115.xul \
|
2009-10-07 15:56:27 -07:00
|
|
|
$(warning test_bug507902.html temporarily disabled - see bug 510001) \
|
2009-09-11 16:13:56 -07:00
|
|
|
test_bug514732.html \
|
2009-11-15 14:52:31 -08:00
|
|
|
test_bug527306.html \
|
2009-04-05 17:04:02 -07:00
|
|
|
test_movement_by_characters.html \
|
|
|
|
test_movement_by_words.html \
|
|
|
|
test_plugin_clipping.xhtml \
|
2009-07-21 17:45:02 -07:00
|
|
|
test_plugin_clipping2.xhtml \
|
2009-07-21 17:45:14 -07:00
|
|
|
test_plugin_clipping_transformed.xhtml \
|
2009-07-21 17:45:16 -07:00
|
|
|
test_plugin_clipping_table.xhtml \
|
2009-10-07 04:14:12 -07:00
|
|
|
test_plugin_focus.html \
|
2009-08-04 18:36:37 -07:00
|
|
|
test_plugin_mouse_coords.html \
|
2009-04-09 18:16:53 -07:00
|
|
|
test_plugin_position.xhtml \
|
2009-04-03 00:26:28 -07:00
|
|
|
test_selection_underline.html \
|
2009-08-12 07:23:39 -07:00
|
|
|
file_BrokenImageReference.png \
|
|
|
|
file_Dolske.png \
|
|
|
|
file_IconTestServer.sjs \
|
|
|
|
file_LoadingImageReference.png \
|
2009-09-11 16:13:56 -07:00
|
|
|
file_bug514732_1.html \
|
|
|
|
file_bug514732_helper.html \
|
2007-04-15 16:14:26 -07:00
|
|
|
$(NULL)
|
2009-04-05 21:50:06 -07:00
|
|
|
# disabled temporarily
|
2009-04-23 12:36:55 -07:00
|
|
|
# test_bug488417.html \
|
2007-04-15 16:14:26 -07:00
|
|
|
|
|
|
|
libs:: $(_TEST_FILES)
|
2007-08-05 20:22:32 -07:00
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|