Bug 591198: Display element using normal layout rules if XBL binding fails for securi...
[mozilla-central.git] / content / xbl / test / Makefile.in
blobb791a2e7a603e30b5d40d087ca356d56ae3dc614
2 # ***** BEGIN LICENSE BLOCK *****
3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License. You may obtain a copy of the License at
8 # http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # The Original Code is mozilla.org code.
17 # The Initial Developer of the Original Code is
18 # Mozilla Corporation.
19 # Portions created by the Initial Developer are Copyright (C) 2007
20 # the Initial Developer. All Rights Reserved.
22 # Contributor(s):
23 # Robert Sayre <sayrer@gmail.com> (original author)
24 # Gavin Sharp <gavin@gavinsharp.com>
26 # Alternatively, the contents of this file may be used under the terms of
27 # either of the GNU General Public License Version 2 or later (the "GPL"),
28 # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29 # in which case the provisions of the GPL or the LGPL are applicable instead
30 # of those above. If you wish to allow use of your version of this file only
31 # under the terms of either the GPL or the LGPL, and not to allow others to
32 # use your version of this file under the terms of the MPL, indicate your
33 # decision by deleting the provisions above and replace them with the notice
34 # and other provisions required by the GPL or the LGPL. If you do not delete
35 # the provisions above, a recipient may use your version of this file under
36 # the terms of any one of the MPL, the GPL or the LGPL.
38 # ***** END LICENSE BLOCK *****
40 DEPTH = ../../..
41 topsrcdir = @top_srcdir@
42 srcdir = @srcdir@
43 VPATH = @srcdir@
44 relativesrcdir = content/xbl/test
46 include $(DEPTH)/config/autoconf.mk
47 include $(topsrcdir)/config/rules.mk
49 _TEST_FILES = \
50 test_bug296375.xul \
51 test_bug310107.html \
52 bug310107-resource.xhtml \
53 test_bug366770.html \
54 test_bug371724.xhtml \
55 test_bug372769.xhtml \
56 test_bug378518.xul \
57 test_bug378866.xhtml \
58 test_bug397934.xhtml \
59 test_bug389322.xhtml \
60 test_bug398135.xul \
61 test_bug398492.xul \
62 test_bug400705.xhtml \
63 test_bug401907.xhtml \
64 test_bug403162.xhtml \
65 test_bug379959.html \
66 file_bug379959_data.html \
67 file_bug379959_cross.html \
68 file_bug379959_xbl.xml \
69 test_bug468210.xhtml \
70 test_bug481558.html \
71 file_bug481558css.sjs \
72 file_bug481558.xbl \
73 test_bug526178.xhtml \
74 test_bug542406.xhtml \
75 test_bug591198.html \
76 file_bug591198_xbl.xml \
77 file_bug591198_inner.html \
78 $(NULL)
80 libs:: $(_TEST_FILES)
81 $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)