2007-02-02 00:44:40 +03: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 = content/base/test
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
2008-02-20 02:12:23 +03:00
|
|
|
|
2008-03-18 21:22:50 +03:00
|
|
|
DIRS += \
|
|
|
|
chrome \
|
|
|
|
$(NULL)
|
|
|
|
|
2008-10-22 00:30:09 +04:00
|
|
|
MODULE = content
|
|
|
|
|
2008-12-04 09:25:00 +03:00
|
|
|
CPP_UNIT_TESTS = \
|
|
|
|
TestNativeXMLHttpRequest.cpp \
|
2009-08-14 18:10:17 +04:00
|
|
|
TestGetURL.cpp \
|
2008-12-04 09:25:00 +03:00
|
|
|
TestPlainTextSerializer.cpp \
|
|
|
|
$(NULL)
|
2008-02-20 02:12:23 +03:00
|
|
|
|
|
|
|
|
2008-10-22 00:30:09 +04:00
|
|
|
XPCSHELL_TESTS = \
|
|
|
|
unit \
|
|
|
|
$(NULL)
|
|
|
|
|
2007-02-02 00:44:40 +03:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2010-05-08 15:56:14 +04:00
|
|
|
# Split files arbitrarily in two groups to not run into too-long command lines
|
|
|
|
# which break on Windows (see bug 563151)
|
|
|
|
_TEST_FILES1 = test_bug5141.html \
|
2007-02-02 00:44:40 +03:00
|
|
|
test_bug51034.html \
|
2010-04-11 00:05:58 +04:00
|
|
|
test_bug166235.html \
|
2008-07-12 15:05:49 +04:00
|
|
|
test_bug199959.html \
|
2007-02-05 06:19:35 +03:00
|
|
|
test_bug218236.html \
|
2007-07-31 04:42:16 +04:00
|
|
|
file_bug218236_multipart.txt \
|
|
|
|
file_bug218236_multipart.txt^headers^ \
|
2007-02-05 06:19:35 +03:00
|
|
|
test_bug218277.html \
|
|
|
|
test_bug238409.html \
|
2008-09-26 14:39:18 +04:00
|
|
|
test_bug254337.html \
|
2007-02-02 06:02:47 +03:00
|
|
|
test_bug276037-1.html \
|
|
|
|
test_bug276037-2.xhtml \
|
2008-11-19 01:54:36 +03:00
|
|
|
test_bug298064.html \
|
|
|
|
bug298064-subframe.html \
|
2007-02-06 03:20:25 +03:00
|
|
|
test_bug308484.html \
|
2007-04-16 19:18:50 +04:00
|
|
|
test_bug311681.xml \
|
2007-11-16 01:23:07 +03:00
|
|
|
test_bug322317.html \
|
2008-01-15 07:11:17 +03:00
|
|
|
test_bug330925.xhtml \
|
2009-10-18 20:39:52 +04:00
|
|
|
test_bug333673.html \
|
2007-02-06 03:20:25 +03:00
|
|
|
test_bug337631.html \
|
|
|
|
test_bug338541.xhtml \
|
|
|
|
test_bug338679.html \
|
|
|
|
test_bug339494.html \
|
|
|
|
test_bug339494.xhtml \
|
|
|
|
test_bug339494.xul \
|
2009-03-30 04:44:48 +04:00
|
|
|
test_bug340571.html \
|
2007-02-06 03:20:25 +03:00
|
|
|
test_bug343596.html \
|
2008-12-12 22:25:22 +03:00
|
|
|
test_bug345339.html \
|
|
|
|
345339_iframe.html \
|
2007-02-06 03:20:25 +03:00
|
|
|
test_bug352728.html \
|
|
|
|
test_bug352728.xhtml \
|
2007-12-04 00:57:17 +03:00
|
|
|
test_bug353334.html \
|
2007-02-06 03:20:25 +03:00
|
|
|
test_bug355026.html \
|
2007-02-02 01:49:09 +03:00
|
|
|
test_bug357450.js \
|
|
|
|
test_bug357450.html \
|
|
|
|
test_bug357450.xhtml \
|
|
|
|
test_bug357450.xul \
|
|
|
|
test_bug357450_svg.xhtml \
|
2007-02-06 03:20:25 +03:00
|
|
|
test_bug357509.html \
|
2007-02-21 01:18:09 +03:00
|
|
|
test_bug358660.html \
|
2007-04-14 21:46:36 +04:00
|
|
|
test_bug362391.xhtml \
|
|
|
|
test_bug364092.xhtml \
|
|
|
|
test_bug364413.xhtml \
|
2007-02-18 03:05:55 +03:00
|
|
|
test_bug366946.html \
|
2007-04-14 21:46:36 +04:00
|
|
|
test_bug367164.html \
|
2007-03-02 02:40:25 +03:00
|
|
|
test_bug371576-1.html \
|
|
|
|
test_bug371576-2.html \
|
|
|
|
test_bug371576-3.html \
|
|
|
|
test_bug371576-4.html \
|
|
|
|
test_bug371576-5.html \
|
2007-04-12 10:40:27 +04:00
|
|
|
test_bug372086.html \
|
2008-08-14 15:04:43 +04:00
|
|
|
test_bug372964.html \
|
2008-08-19 17:02:02 +04:00
|
|
|
test_bug372964-2.html \
|
2007-04-26 15:39:15 +04:00
|
|
|
test_bug373181.xhtml \
|
2007-06-17 17:50:50 +04:00
|
|
|
test_bug375314.html \
|
2008-02-09 21:05:13 +03:00
|
|
|
test_bug378969.html \
|
2007-06-23 12:44:27 +04:00
|
|
|
test_bug382113.html \
|
2008-09-25 18:40:30 +04:00
|
|
|
test_bug382871.html \
|
2008-03-19 03:14:38 +03:00
|
|
|
test_bug383430.html \
|
2009-06-14 22:06:22 +04:00
|
|
|
test_bug384003.xhtml \
|
2007-09-29 03:46:42 +04:00
|
|
|
test_bug390219.html \
|
2007-08-11 04:38:53 +04:00
|
|
|
test_bug390735.html \
|
2007-09-21 06:41:08 +04:00
|
|
|
test_bug392318.html \
|
2007-09-14 23:03:13 +04:00
|
|
|
test_bug392511.html \
|
2007-12-04 00:34:44 +03:00
|
|
|
test_bug393968.html \
|
2007-09-21 02:10:27 +04:00
|
|
|
test_bug395915.html \
|
2007-12-04 00:34:44 +03:00
|
|
|
test_bug397234.html \
|
2007-10-06 07:01:10 +04:00
|
|
|
test_bug398243.html \
|
2009-04-25 02:45:34 +04:00
|
|
|
$(warning test_bug419132.html disabled because it takes 60 seconds) \
|
|
|
|
$(warning bug419132.html disabled because it takes 60 seconds) \
|
2007-10-06 07:01:10 +04:00
|
|
|
formReset.html \
|
2007-06-23 12:44:27 +04:00
|
|
|
bug382113_object.html \
|
2007-09-29 03:46:42 +04:00
|
|
|
test_bug326337.html \
|
|
|
|
file_bug326337_inner.html \
|
2008-01-28 00:04:25 +03:00
|
|
|
file_bug326337_outer.html \
|
2007-09-29 03:46:42 +04:00
|
|
|
file_bug326337.xml \
|
|
|
|
file_bug326337_multipart.txt \
|
|
|
|
file_bug326337_multipart.txt^headers^ \
|
2009-03-03 23:11:14 +03:00
|
|
|
test_bug333198.html \
|
2007-11-11 19:50:02 +03:00
|
|
|
test_bug402150.html \
|
|
|
|
test_bug402150.html^headers^ \
|
2007-11-13 06:15:44 +03:00
|
|
|
test_bug401662.html \
|
2007-12-18 00:20:40 +03:00
|
|
|
test_bug403852.html \
|
2009-10-07 12:30:26 +04:00
|
|
|
test_fileapi.html \
|
2007-11-22 05:28:47 +03:00
|
|
|
test_bug403868.xml \
|
2007-12-01 14:10:12 +03:00
|
|
|
test_bug405182.html \
|
2007-12-19 00:24:54 +03:00
|
|
|
test_bug403841.html \
|
2008-02-24 15:46:09 +03:00
|
|
|
test_bug409380.html \
|
2008-01-04 04:50:30 +03:00
|
|
|
test_bug410229.html \
|
2008-02-29 07:24:32 +03:00
|
|
|
test_bug413974.html \
|
2008-02-10 16:04:19 +03:00
|
|
|
test_bug415860.html \
|
2008-01-28 20:42:52 +03:00
|
|
|
test_bug414190.html \
|
2008-02-08 01:45:29 +03:00
|
|
|
test_bug414796.html \
|
2009-11-17 11:52:30 +03:00
|
|
|
test_bug527896.html \
|
2008-07-22 04:55:52 +04:00
|
|
|
test_bug416317-1.html \
|
|
|
|
test_bug416317-2.html \
|
2009-09-16 03:53:32 +04:00
|
|
|
test_XHRSendData.html \
|
|
|
|
file_XHRSendData.sjs \
|
|
|
|
file_XHRSendData_doc.xml \
|
|
|
|
file_XHRSendData_doc.xml^headers^ \
|
2008-07-22 04:55:52 +04:00
|
|
|
file_bug416317.xhtml \
|
2008-02-11 13:36:50 +03:00
|
|
|
test_bug416383.html \
|
2008-02-27 12:26:15 +03:00
|
|
|
test_bug417255.html \
|
2008-02-19 16:17:29 +03:00
|
|
|
test_bug417384.html \
|
2008-02-19 20:52:00 +03:00
|
|
|
test_bug418214.html \
|
2008-03-13 13:12:51 +03:00
|
|
|
test_bug419527.xhtml \
|
2008-03-05 13:29:32 +03:00
|
|
|
test_bug420609.xhtml \
|
2008-03-06 23:14:33 +03:00
|
|
|
test_bug420700.html \
|
2008-03-19 22:07:59 +03:00
|
|
|
test_bug421602.html \
|
2008-03-18 22:49:20 +03:00
|
|
|
test_bug422537.html \
|
2008-10-22 00:30:09 +04:00
|
|
|
test_bug424359-1.html \
|
|
|
|
file_htmlserializer_1.html \
|
|
|
|
file_htmlserializer_1_bodyonly.html \
|
|
|
|
file_htmlserializer_1_format.html \
|
|
|
|
file_htmlserializer_1_linebreak.html \
|
|
|
|
file_htmlserializer_1_links.html \
|
|
|
|
file_htmlserializer_1_noflag.html \
|
|
|
|
file_htmlserializer_1_noformatpre.html \
|
|
|
|
file_htmlserializer_1_raw.html \
|
|
|
|
file_htmlserializer_1_nested_body.html \
|
|
|
|
file_htmlserializer_1_sibling_body.html \
|
|
|
|
file_htmlserializer_1_sibling_body_only_body.html \
|
|
|
|
file_htmlserializer_1_no_body.html \
|
2010-04-03 16:51:17 +04:00
|
|
|
file_htmlserializer_1_wrap.html \
|
2008-10-22 00:30:09 +04:00
|
|
|
test_bug424359-2.html \
|
|
|
|
file_htmlserializer_2.html \
|
2008-12-13 23:30:02 +03:00
|
|
|
test_bug431082.html \
|
2008-10-22 00:30:09 +04:00
|
|
|
file_htmlserializer_2_basic.html \
|
|
|
|
file_htmlserializer_2_enthtml.html \
|
|
|
|
file_htmlserializer_2_entw3c.html \
|
|
|
|
file_htmlserializer_2_latin1.html \
|
2008-03-22 08:28:53 +03:00
|
|
|
test_bug424212.html \
|
2008-03-27 02:04:57 +03:00
|
|
|
test_bug425013.html \
|
2008-04-04 13:01:22 +04:00
|
|
|
bug426308-redirect.sjs \
|
|
|
|
test_bug426308.html \
|
2008-04-29 11:18:55 +04:00
|
|
|
test_bug426646.html \
|
|
|
|
file_bug426646-1.html \
|
|
|
|
file_bug426646-2.html \
|
2008-04-17 00:07:11 +04:00
|
|
|
test_bug429157.html \
|
2008-03-27 02:04:57 +03:00
|
|
|
test_XHR.html \
|
|
|
|
file_XHR_pass1.xml \
|
|
|
|
file_XHR_pass2.txt \
|
|
|
|
file_XHR_pass3.txt \
|
|
|
|
file_XHR_pass3.txt^headers^ \
|
|
|
|
file_XHR_fail1.txt \
|
|
|
|
file_XHR_fail1.txt^headers^ \
|
2010-08-14 21:52:19 +04:00
|
|
|
file_XHR_binary1.bin \
|
|
|
|
file_XHR_binary1.bin^headers^ \
|
2008-04-18 02:22:44 +04:00
|
|
|
test_bug428847.html \
|
|
|
|
file_bug428847-1.xhtml \
|
|
|
|
file_bug428847-2.xhtml \
|
2008-08-28 16:56:45 +04:00
|
|
|
test_bug431701.html \
|
2008-07-15 18:52:07 +04:00
|
|
|
test_bug431833.html \
|
2008-09-09 13:32:35 +04:00
|
|
|
test_bug435425.html \
|
|
|
|
bug435425.sjs \
|
|
|
|
bug435425_redirect.sjs \
|
2008-09-08 06:29:48 +04:00
|
|
|
test_bug438519.html \
|
2008-07-13 23:32:33 +04:00
|
|
|
test_bug444722.html \
|
2008-08-26 07:04:14 +04:00
|
|
|
test_bug451376.html \
|
2008-06-04 21:53:34 +04:00
|
|
|
test_text_replaceWholeText.html \
|
|
|
|
test_text_wholeText.html \
|
2008-09-26 14:39:18 +04:00
|
|
|
test_bug433533.html \
|
2008-06-04 21:53:34 +04:00
|
|
|
wholeTexty-helper.xml \
|
2008-07-13 23:28:22 +04:00
|
|
|
test_bug444030.xhtml \
|
2008-07-22 04:41:05 +04:00
|
|
|
test_NodeIterator_basics_filters.xhtml \
|
|
|
|
test_NodeIterator_mutations_1.xhtml \
|
|
|
|
test_NodeIterator_mutations_2.html \
|
2010-02-25 21:34:36 +03:00
|
|
|
test_NodeIterator_mutations_3.html \
|
2008-07-26 06:42:12 +04:00
|
|
|
test_bug28293.html \
|
2009-03-16 03:53:09 +03:00
|
|
|
test_bug28293.xhtml \
|
2008-07-26 06:42:12 +04:00
|
|
|
file_bug28293.sjs \
|
2008-09-11 14:44:15 +04:00
|
|
|
test_bug445225.html \
|
|
|
|
file_bug445225_multipart.txt \
|
|
|
|
file_bug445225_multipart.txt^headers^ \
|
2008-08-18 06:10:28 +04:00
|
|
|
test_title.html \
|
2008-09-09 13:17:35 +04:00
|
|
|
test_bug453521.html \
|
2008-12-19 13:30:53 +03:00
|
|
|
test_bug391728.html \
|
2008-09-09 19:43:21 +04:00
|
|
|
file_bug391728.html \
|
2008-10-11 23:46:05 +04:00
|
|
|
test_bug454325.html \
|
2008-09-09 19:43:21 +04:00
|
|
|
file_bug391728_2.html \
|
2008-10-13 20:33:27 +04:00
|
|
|
test_bug456262.html \
|
2008-09-14 20:03:56 +04:00
|
|
|
test_bug368972.html \
|
2008-12-03 13:14:51 +03:00
|
|
|
test_bug448993.html \
|
2008-09-20 22:55:04 +04:00
|
|
|
test_bug450160.html \
|
2009-01-14 15:49:18 +03:00
|
|
|
test_bug453736.html \
|
2008-09-16 12:13:11 +04:00
|
|
|
test_bug454326.html \
|
2009-10-02 20:46:23 +04:00
|
|
|
test_bug505783.html \
|
2008-09-30 00:36:28 +04:00
|
|
|
test_bug457746.html \
|
2009-10-02 15:13:59 +04:00
|
|
|
test_bug518104.html \
|
2008-09-30 00:36:28 +04:00
|
|
|
bug457746.sjs \
|
2008-10-01 04:50:42 +04:00
|
|
|
test_CrossSiteXHR.html \
|
2010-04-07 04:05:19 +04:00
|
|
|
test_CrossSiteXHR_origin.html \
|
2008-10-01 04:50:42 +04:00
|
|
|
file_CrossSiteXHR_inner.html \
|
2009-01-22 01:50:28 +03:00
|
|
|
file_CrossSiteXHR_inner_data.sjs \
|
|
|
|
file_CrossSiteXHR_inner.jar \
|
2008-10-01 04:50:42 +04:00
|
|
|
file_CrossSiteXHR_server.sjs \
|
|
|
|
test_CrossSiteXHR_cache.html \
|
|
|
|
file_CrossSiteXHR_cache_server.sjs \
|
2008-10-12 10:30:14 +04:00
|
|
|
test_XHRDocURI.html \
|
|
|
|
file_XHRDocURI.xml \
|
|
|
|
file_XHRDocURI.xml^headers^ \
|
|
|
|
file_XHRDocURI.text \
|
|
|
|
file_XHRDocURI.text^headers^ \
|
2010-05-08 15:56:14 +04:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
_TEST_FILES2 = \
|
2008-10-14 18:24:55 +04:00
|
|
|
test_bug459424.html \
|
2008-11-11 00:09:30 +03:00
|
|
|
bug461735-redirect1.sjs \
|
|
|
|
bug461735-redirect2.sjs \
|
|
|
|
bug461735-post-redirect.js \
|
2009-11-06 16:06:48 +03:00
|
|
|
test_bug513194.html \
|
2008-11-11 00:09:30 +03:00
|
|
|
test_bug461735.html \
|
2008-11-14 05:18:01 +03:00
|
|
|
test_bug380418.html \
|
2009-12-28 17:35:06 +03:00
|
|
|
test_bug469304.html \
|
2008-12-03 13:25:21 +03:00
|
|
|
test_bug465767.html \
|
2008-12-02 16:22:41 +03:00
|
|
|
test_bug380418.html^headers^ \
|
2009-04-25 13:00:14 +04:00
|
|
|
test_bug422403-1.html \
|
|
|
|
file_xhtmlserializer_1.xhtml \
|
|
|
|
file_xhtmlserializer_1_bodyonly.xhtml \
|
|
|
|
file_xhtmlserializer_1_format.xhtml \
|
|
|
|
file_xhtmlserializer_1_linebreak.xhtml \
|
|
|
|
file_xhtmlserializer_1_links.xhtml \
|
|
|
|
file_xhtmlserializer_1_noflag.xhtml \
|
|
|
|
file_xhtmlserializer_1_noformatpre.xhtml \
|
|
|
|
file_xhtmlserializer_1_raw.xhtml \
|
|
|
|
file_xhtmlserializer_1_nested_body.xhtml \
|
|
|
|
file_xhtmlserializer_1_sibling_body.xhtml \
|
|
|
|
file_xhtmlserializer_1_sibling_body_only_body.xhtml \
|
|
|
|
file_xhtmlserializer_1_no_body.xhtml \
|
2010-04-03 16:51:17 +04:00
|
|
|
file_xhtmlserializer_1_wrap.xhtml \
|
2009-04-25 13:00:14 +04:00
|
|
|
test_bug422403-2.xhtml \
|
|
|
|
file_xhtmlserializer_2.xhtml \
|
|
|
|
file_xhtmlserializer_2_basic.xhtml \
|
|
|
|
file_xhtmlserializer_2_enthtml.xhtml \
|
|
|
|
file_xhtmlserializer_2_entw3c.xhtml \
|
|
|
|
file_xhtmlserializer_2_latin1.xhtml \
|
2009-09-28 11:59:52 +04:00
|
|
|
test_bug500937.html \
|
2009-04-25 13:00:14 +04:00
|
|
|
test_htmlcopyencoder.html \
|
|
|
|
test_htmlcopyencoder.xhtml \
|
|
|
|
test_bug270145.xhtml \
|
2008-12-02 16:22:41 +03:00
|
|
|
test_elementTraversal.html \
|
|
|
|
test_w3element_traversal.html \
|
|
|
|
test_w3element_traversal.xhtml \
|
2008-12-13 23:09:29 +03:00
|
|
|
test_bug469020.html \
|
2008-12-02 16:22:41 +03:00
|
|
|
test_w3element_traversal_svg.html \
|
|
|
|
w3element_traversal.svg \
|
2008-12-12 01:20:45 +03:00
|
|
|
test_bug444322.html \
|
|
|
|
bug444322.txt \
|
|
|
|
bug444322.js \
|
2009-12-03 07:56:59 +03:00
|
|
|
test_bug455472.html \
|
2008-12-20 02:47:19 +03:00
|
|
|
test_bug455629.html \
|
|
|
|
bug455629-helper.svg \
|
2009-01-13 22:32:30 +03:00
|
|
|
test_bug473162-1.html \
|
|
|
|
test_bug473162-2.html \
|
2009-01-16 22:19:27 +03:00
|
|
|
test_bug466751.xhtml \
|
2009-01-15 04:25:21 +03:00
|
|
|
test_bug461555.html \
|
2009-04-25 03:53:25 +04:00
|
|
|
test_sync_xhr_timer.xhtml \
|
2009-08-19 04:18:24 +04:00
|
|
|
test_bug498240.html \
|
2009-06-16 17:15:57 +04:00
|
|
|
file_htmlserializer_ipv6.html \
|
|
|
|
file_htmlserializer_ipv6_out.html \
|
|
|
|
test_bug498433.html \
|
2009-06-19 20:31:49 +04:00
|
|
|
test_bug498897.html \
|
|
|
|
file_bug498897.html \
|
|
|
|
file_bug498897.html^headers^ \
|
|
|
|
file_bug498897.css \
|
2009-06-29 22:26:57 +04:00
|
|
|
test_bug493881.js \
|
|
|
|
test_bug493881.html \
|
2009-07-14 18:55:03 +04:00
|
|
|
bug466409-page.html \
|
|
|
|
bug466409-empty.css \
|
|
|
|
test_bug466409.html \
|
2009-08-12 12:55:14 +04:00
|
|
|
test_classList.html \
|
2009-09-10 17:23:40 +04:00
|
|
|
test_bug514487.html \
|
2009-09-25 09:18:21 +04:00
|
|
|
test_range_bounds.html \
|
2010-03-03 10:51:09 +03:00
|
|
|
test_bug543870.html \
|
|
|
|
file_bug543870_img.jpg \
|
|
|
|
file_bug543870_inner.html \
|
|
|
|
file_bug543870_doc.html \
|
|
|
|
file_bug543870_text.txt \
|
2009-10-21 14:18:08 +04:00
|
|
|
test_bug475156.html \
|
|
|
|
bug475156.sjs \
|
2010-02-25 05:45:43 +03:00
|
|
|
test_bug544642.html \
|
2010-06-04 05:09:20 +04:00
|
|
|
test_bug564863.xhtml \
|
2009-11-09 17:41:12 +03:00
|
|
|
test_copypaste.html \
|
2009-11-10 04:04:24 +03:00
|
|
|
test_bug503481.html \
|
|
|
|
file_bug503481.sjs \
|
|
|
|
test_bug503481b.html \
|
|
|
|
file_bug503481b_inner.html \
|
2009-09-03 07:57:36 +04:00
|
|
|
test_viewport_scroll.html \
|
2010-01-23 00:38:21 +03:00
|
|
|
test_CSP.html \
|
|
|
|
file_CSP.sjs \
|
|
|
|
file_CSP_main.html \
|
2010-03-13 00:53:37 +03:00
|
|
|
file_CSP_main.html^headers^ \
|
2010-01-23 00:38:21 +03:00
|
|
|
file_CSP_main.js \
|
2010-02-05 23:08:27 +03:00
|
|
|
test_CSP_frameancestors.html \
|
|
|
|
file_CSP_frameancestors.sjs \
|
|
|
|
file_CSP_frameancestors_main.html \
|
|
|
|
file_CSP_frameancestors_main.js \
|
2010-02-24 00:20:46 +03:00
|
|
|
test_CSP_inlinescript.html \
|
|
|
|
file_CSP_inlinescript_main.html \
|
|
|
|
file_CSP_inlinescript_main.html^headers^ \
|
2010-03-08 11:24:50 +03:00
|
|
|
test_CSP_evalscript.html \
|
|
|
|
file_CSP_evalscript_main.html \
|
2010-03-13 00:53:37 +03:00
|
|
|
file_CSP_evalscript_main.html^headers^ \
|
2010-03-08 11:24:50 +03:00
|
|
|
file_CSP_evalscript_main.js \
|
2010-01-26 16:54:55 +03:00
|
|
|
test_bug540854.html \
|
|
|
|
bug540854.sjs \
|
2010-03-17 17:40:35 +03:00
|
|
|
test_bug548463.html \
|
2010-03-18 19:07:32 +03:00
|
|
|
test_bug545644.html \
|
|
|
|
test_bug545644.xhtml \
|
2010-03-22 19:06:57 +03:00
|
|
|
test_bug553896.xhtml \
|
2010-04-23 20:10:07 +04:00
|
|
|
test_bug515401.html \
|
2010-03-23 23:55:39 +03:00
|
|
|
test_bug541937.html \
|
|
|
|
file_bug541937.html \
|
|
|
|
file_bug541937.xhtml \
|
2010-04-14 18:55:21 +04:00
|
|
|
test_bug558726.html \
|
2010-04-15 15:07:30 +04:00
|
|
|
test_bug557892.html \
|
|
|
|
file_bug557892.html \
|
2010-04-16 22:45:13 +04:00
|
|
|
test_bug559526.html \
|
2010-04-23 23:55:19 +04:00
|
|
|
test_csp_redirects.html \
|
|
|
|
file_csp_redirects_page.sjs \
|
|
|
|
file_csp_redirects_main.html \
|
|
|
|
file_csp_redirects_resource.sjs \
|
2010-04-28 21:47:23 +04:00
|
|
|
test_bug346485.html \
|
|
|
|
test_bug560780.html \
|
2010-04-30 15:01:25 +04:00
|
|
|
test_bug562652.html \
|
2010-05-05 22:18:04 +04:00
|
|
|
test_bug562137.html \
|
|
|
|
file_bug562137.txt \
|
2010-05-27 20:12:32 +04:00
|
|
|
test_bug548193.html \
|
|
|
|
file_bug548193.sjs \
|
2010-06-04 00:11:35 +04:00
|
|
|
test_html_colors_quirks.html \
|
|
|
|
test_html_colors_standards.html \
|
2010-06-14 11:29:54 +04:00
|
|
|
test_bug571390.xul \
|
2010-06-24 05:12:07 +04:00
|
|
|
test_bug300992.html \
|
2010-06-17 22:38:29 +04:00
|
|
|
test_websocket_hello.html \
|
|
|
|
file_websocket_hello_wsh.py \
|
2010-06-18 01:30:13 +04:00
|
|
|
test_ws_basic_tests.html \
|
|
|
|
file_ws_basic_tests_wsh.py \
|
2010-06-19 00:48:42 +04:00
|
|
|
test_websocket.html \
|
|
|
|
file_websocket_wsh.py \
|
|
|
|
file_websocket_http_resource.txt \
|
2010-07-13 00:24:25 +04:00
|
|
|
test_bug574596.html \
|
2010-07-21 19:51:09 +04:00
|
|
|
test_x-frame-options.html \
|
|
|
|
file_x-frame-options_main.html \
|
|
|
|
file_x-frame-options_page.sjs \
|
2008-06-04 21:53:34 +04:00
|
|
|
$(NULL)
|
2009-09-25 05:57:47 +04:00
|
|
|
|
2010-03-15 19:56:47 +03:00
|
|
|
# This test fails on the Mac for some reason
|
|
|
|
ifneq (,$(filter gtk2 windows,$(MOZ_WIDGET_TOOLKIT)))
|
2010-05-08 15:56:14 +04:00
|
|
|
_TEST_FILES2 += test_copyimage.html \
|
2010-03-15 19:56:47 +03:00
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2009-05-09 13:12:11 +04:00
|
|
|
# Disabled; see bug 492181
|
|
|
|
# test_plugin_freezing.html
|
2007-02-02 00:44:40 +03:00
|
|
|
|
2008-10-20 03:29:13 +04:00
|
|
|
# Disabled for now. Mochitest isn't reliable enough for these.
|
|
|
|
# test_bug444546.html \
|
|
|
|
# bug444546.sjs \
|
|
|
|
|
2009-11-18 17:18:38 +03:00
|
|
|
# Disabled due to making the harness time out
|
|
|
|
# test_bug503473.html \
|
|
|
|
# file_bug503473-frame.sjs \
|
|
|
|
|
2010-05-08 15:56:14 +04:00
|
|
|
libs:: $(_TEST_FILES1)
|
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
|
|
|
|
|
|
|
libs:: $(_TEST_FILES2)
|
2007-08-06 07:22:32 +04:00
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|