2007-03-22 10:30:00 -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 = content/base/test
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
2008-02-19 15:12:23 -08:00
|
|
|
|
2008-03-18 11:22:50 -07:00
|
|
|
DIRS += \
|
|
|
|
chrome \
|
|
|
|
$(NULL)
|
|
|
|
|
2008-10-21 13:30:09 -07:00
|
|
|
MODULE = content
|
|
|
|
|
2008-12-03 22:25:00 -08:00
|
|
|
CPP_UNIT_TESTS = \
|
|
|
|
TestNativeXMLHttpRequest.cpp \
|
2009-08-14 07:10:17 -07:00
|
|
|
TestGetURL.cpp \
|
2008-12-03 22:25:00 -08:00
|
|
|
TestPlainTextSerializer.cpp \
|
|
|
|
$(NULL)
|
2008-02-19 15:12:23 -08:00
|
|
|
|
|
|
|
|
2008-10-21 13:30:09 -07:00
|
|
|
XPCSHELL_TESTS = \
|
|
|
|
unit \
|
|
|
|
$(NULL)
|
2010-03-21 18:52:35 -07:00
|
|
|
# FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
|
|
|
ifneq ($(OS_ARCH),Darwin)
|
|
|
|
XPCSHELL_TESTS += unit_ipc
|
|
|
|
endif
|
2008-10-21 13:30:09 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2010-05-08 04:56:14 -07:00
|
|
|
# Split files arbitrarily in two groups to not run into too-long command lines
|
|
|
|
# which break on Windows (see bug 563151)
|
2011-09-08 15:12:18 -07:00
|
|
|
_TEST_FILES1 = \
|
|
|
|
responseIdentical.sjs \
|
|
|
|
test_bug5141.html \
|
2007-03-22 10:30:00 -07:00
|
|
|
test_bug51034.html \
|
2010-04-10 13:05:58 -07:00
|
|
|
test_bug166235.html \
|
2008-07-12 04:05:49 -07:00
|
|
|
test_bug199959.html \
|
2007-03-22 10:30:00 -07:00
|
|
|
test_bug218236.html \
|
2007-07-30 17:42:16 -07:00
|
|
|
file_bug218236_multipart.txt \
|
|
|
|
file_bug218236_multipart.txt^headers^ \
|
2007-03-22 10:30:00 -07:00
|
|
|
test_bug218277.html \
|
|
|
|
test_bug238409.html \
|
2008-09-26 03:39:18 -07:00
|
|
|
test_bug254337.html \
|
2007-03-22 10:30:00 -07:00
|
|
|
test_bug276037-1.html \
|
|
|
|
test_bug276037-2.xhtml \
|
2008-11-18 14:54:36 -08:00
|
|
|
test_bug298064.html \
|
|
|
|
bug298064-subframe.html \
|
2010-11-15 03:55:30 -08:00
|
|
|
test_xhr_forbidden_headers.html \
|
2007-04-16 08:18:50 -07:00
|
|
|
test_bug311681.xml \
|
2011-10-18 13:17:45 -07:00
|
|
|
test_bug320799.html \
|
2007-11-15 14:23:07 -08:00
|
|
|
test_bug322317.html \
|
2008-01-14 20:11:17 -08:00
|
|
|
test_bug330925.xhtml \
|
2010-12-27 12:42:10 -08:00
|
|
|
test_bug331959.html \
|
2009-10-18 09:39:52 -07:00
|
|
|
test_bug333673.html \
|
2007-03-22 10:30:00 -07:00
|
|
|
test_bug337631.html \
|
|
|
|
test_bug338541.xhtml \
|
|
|
|
test_bug338679.html \
|
|
|
|
test_bug339494.html \
|
|
|
|
test_bug339494.xhtml \
|
2009-03-29 17:44:48 -07:00
|
|
|
test_bug340571.html \
|
2007-03-22 10:30:00 -07:00
|
|
|
test_bug343596.html \
|
2008-12-12 11:25:22 -08:00
|
|
|
test_bug345339.html \
|
|
|
|
345339_iframe.html \
|
2007-03-22 10:30:00 -07:00
|
|
|
test_bug352728.html \
|
|
|
|
test_bug352728.xhtml \
|
2007-12-03 13:57:17 -08:00
|
|
|
test_bug353334.html \
|
2007-03-22 10:30:00 -07:00
|
|
|
test_bug355026.html \
|
|
|
|
test_bug357450.js \
|
|
|
|
test_bug357450.html \
|
|
|
|
test_bug357450.xhtml \
|
|
|
|
test_bug357450_svg.xhtml \
|
|
|
|
test_bug357509.html \
|
|
|
|
test_bug358660.html \
|
2007-04-14 10:46:36 -07:00
|
|
|
test_bug362391.xhtml \
|
|
|
|
test_bug364092.xhtml \
|
|
|
|
test_bug364413.xhtml \
|
2007-03-22 10:30:00 -07:00
|
|
|
test_bug366946.html \
|
2007-04-14 10:46:36 -07:00
|
|
|
test_bug367164.html \
|
2007-03-22 10:30:00 -07:00
|
|
|
test_bug371576-1.html \
|
|
|
|
test_bug371576-2.html \
|
|
|
|
test_bug371576-3.html \
|
|
|
|
test_bug371576-4.html \
|
|
|
|
test_bug371576-5.html \
|
2007-04-11 23:40:27 -07:00
|
|
|
test_bug372086.html \
|
2008-08-14 04:04:43 -07:00
|
|
|
test_bug372964.html \
|
2008-08-19 06:02:02 -07:00
|
|
|
test_bug372964-2.html \
|
2007-04-26 04:39:15 -07:00
|
|
|
test_bug373181.xhtml \
|
2007-06-17 06:50:50 -07:00
|
|
|
test_bug375314.html \
|
2008-02-09 10:05:13 -08:00
|
|
|
test_bug378969.html \
|
2007-06-23 01:44:27 -07:00
|
|
|
test_bug382113.html \
|
2008-09-25 07:40:30 -07:00
|
|
|
test_bug382871.html \
|
2008-03-18 17:14:38 -07:00
|
|
|
test_bug383430.html \
|
2009-06-14 11:06:22 -07:00
|
|
|
test_bug384003.xhtml \
|
2007-09-28 16:46:42 -07:00
|
|
|
test_bug390219.html \
|
2007-08-10 17:38:53 -07:00
|
|
|
test_bug390735.html \
|
2007-09-20 19:41:08 -07:00
|
|
|
test_bug392318.html \
|
2007-09-14 12:03:13 -07:00
|
|
|
test_bug392511.html \
|
2007-12-03 13:34:44 -08:00
|
|
|
test_bug393968.html \
|
2007-09-20 15:10:27 -07:00
|
|
|
test_bug395915.html \
|
2007-12-03 13:34:44 -08:00
|
|
|
test_bug397234.html \
|
2007-10-05 20:01:10 -07:00
|
|
|
test_bug398243.html \
|
2011-04-16 16:39:42 -07:00
|
|
|
test_bug419132.html \
|
|
|
|
bug419132.html \
|
2007-10-05 20:01:10 -07:00
|
|
|
formReset.html \
|
2007-06-23 01:44:27 -07:00
|
|
|
bug382113_object.html \
|
2007-09-28 16:46:42 -07:00
|
|
|
test_bug326337.html \
|
|
|
|
file_bug326337_inner.html \
|
2008-01-27 13:04:25 -08:00
|
|
|
file_bug326337_outer.html \
|
2007-09-28 16:46:42 -07:00
|
|
|
file_bug326337.xml \
|
|
|
|
file_bug326337_multipart.txt \
|
|
|
|
file_bug326337_multipart.txt^headers^ \
|
2009-03-03 12:11:14 -08:00
|
|
|
test_bug333198.html \
|
2007-11-11 08:50:02 -08:00
|
|
|
test_bug402150.html \
|
|
|
|
test_bug402150.html^headers^ \
|
2007-11-12 19:15:44 -08:00
|
|
|
test_bug401662.html \
|
2007-12-17 13:20:40 -08:00
|
|
|
test_bug403852.html \
|
2009-10-07 01:30:26 -07:00
|
|
|
test_fileapi.html \
|
2010-10-13 16:25:33 -07:00
|
|
|
test_fileapi_slice.html \
|
2007-11-21 18:28:47 -08:00
|
|
|
test_bug403868.xml \
|
2007-12-01 03:10:12 -08:00
|
|
|
test_bug405182.html \
|
2007-12-18 13:24:54 -08:00
|
|
|
test_bug403841.html \
|
2008-02-24 04:46:09 -08:00
|
|
|
test_bug409380.html \
|
2008-01-03 17:50:30 -08:00
|
|
|
test_bug410229.html \
|
2008-02-28 20:24:32 -08:00
|
|
|
test_bug413974.html \
|
2008-02-10 05:04:19 -08:00
|
|
|
test_bug415860.html \
|
2008-01-28 09:42:52 -08:00
|
|
|
test_bug414190.html \
|
2009-11-17 00:52:30 -08:00
|
|
|
test_bug527896.html \
|
2008-07-21 17:55:52 -07:00
|
|
|
test_bug416317-1.html \
|
|
|
|
test_bug416317-2.html \
|
2009-09-15 16:53:32 -07:00
|
|
|
test_XHRSendData.html \
|
|
|
|
file_XHRSendData.sjs \
|
|
|
|
file_XHRSendData_doc.xml \
|
|
|
|
file_XHRSendData_doc.xml^headers^ \
|
2008-07-21 17:55:52 -07:00
|
|
|
file_bug416317.xhtml \
|
2008-02-11 02:36:50 -08:00
|
|
|
test_bug416383.html \
|
2008-02-27 01:26:15 -08:00
|
|
|
test_bug417255.html \
|
2008-02-19 05:17:29 -08:00
|
|
|
test_bug417384.html \
|
2008-02-19 09:52:00 -08:00
|
|
|
test_bug418214.html \
|
2008-03-13 03:12:51 -07:00
|
|
|
test_bug419527.xhtml \
|
2008-03-05 02:29:32 -08:00
|
|
|
test_bug420609.xhtml \
|
2008-03-06 12:14:33 -08:00
|
|
|
test_bug420700.html \
|
2008-03-19 12:07:59 -07:00
|
|
|
test_bug421602.html \
|
2008-03-18 12:49:20 -07:00
|
|
|
test_bug422537.html \
|
2008-10-21 13:30:09 -07:00
|
|
|
test_bug424359-1.html \
|
2010-08-31 19:47:00 -07:00
|
|
|
test_bug499656.html \
|
|
|
|
test_bug499656.xhtml \
|
2008-10-21 13:30:09 -07:00
|
|
|
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 05:51:17 -07:00
|
|
|
file_htmlserializer_1_wrap.html \
|
2008-10-21 13:30:09 -07:00
|
|
|
test_bug424359-2.html \
|
|
|
|
file_htmlserializer_2.html \
|
2008-12-13 12:30:02 -08:00
|
|
|
test_bug431082.html \
|
2008-10-21 13:30:09 -07:00
|
|
|
file_htmlserializer_2_basic.html \
|
|
|
|
file_htmlserializer_2_enthtml.html \
|
|
|
|
file_htmlserializer_2_entw3c.html \
|
|
|
|
file_htmlserializer_2_latin1.html \
|
2008-03-21 22:28:53 -07:00
|
|
|
test_bug424212.html \
|
2008-03-26 16:04:57 -07:00
|
|
|
test_bug425013.html \
|
2008-04-04 02:01:22 -07:00
|
|
|
bug426308-redirect.sjs \
|
|
|
|
test_bug426308.html \
|
2008-04-29 00:18:55 -07:00
|
|
|
test_bug426646.html \
|
|
|
|
file_bug426646-1.html \
|
|
|
|
file_bug426646-2.html \
|
2008-04-16 13:07:11 -07:00
|
|
|
test_bug429157.html \
|
2008-03-26 16:04:57 -07: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 10:52:19 -07:00
|
|
|
file_XHR_binary1.bin \
|
|
|
|
file_XHR_binary1.bin^headers^ \
|
2011-09-27 01:40:36 -07:00
|
|
|
file_XHR_binary2.bin \
|
2008-04-17 15:22:44 -07:00
|
|
|
test_bug428847.html \
|
|
|
|
file_bug428847-1.xhtml \
|
|
|
|
file_bug428847-2.xhtml \
|
2008-08-28 05:56:45 -07:00
|
|
|
test_bug431701.html \
|
2008-07-15 07:52:07 -07:00
|
|
|
test_bug431833.html \
|
2008-09-09 02:32:35 -07:00
|
|
|
test_bug435425.html \
|
|
|
|
bug435425.sjs \
|
|
|
|
bug435425_redirect.sjs \
|
2008-09-07 19:29:48 -07:00
|
|
|
test_bug438519.html \
|
2008-07-13 12:32:33 -07:00
|
|
|
test_bug444722.html \
|
2008-08-25 20:04:14 -07:00
|
|
|
test_bug451376.html \
|
2008-06-04 10:53:34 -07:00
|
|
|
test_text_wholeText.html \
|
2008-09-26 03:39:18 -07:00
|
|
|
test_bug433533.html \
|
2008-06-04 10:53:34 -07:00
|
|
|
wholeTexty-helper.xml \
|
2008-07-13 12:28:22 -07:00
|
|
|
test_bug444030.xhtml \
|
2008-07-21 17:41:05 -07:00
|
|
|
test_NodeIterator_basics_filters.xhtml \
|
|
|
|
test_NodeIterator_mutations_1.xhtml \
|
|
|
|
test_NodeIterator_mutations_2.html \
|
2010-02-25 10:34:36 -08:00
|
|
|
test_NodeIterator_mutations_3.html \
|
2008-07-25 19:42:12 -07:00
|
|
|
test_bug28293.html \
|
2009-03-15 17:53:09 -07:00
|
|
|
test_bug28293.xhtml \
|
2008-07-25 19:42:12 -07:00
|
|
|
file_bug28293.sjs \
|
2008-09-11 03:44:15 -07:00
|
|
|
test_bug445225.html \
|
|
|
|
file_bug445225_multipart.txt \
|
|
|
|
file_bug445225_multipart.txt^headers^ \
|
2008-08-17 19:10:28 -07:00
|
|
|
test_title.html \
|
2008-09-09 02:17:35 -07:00
|
|
|
test_bug453521.html \
|
2008-10-11 12:46:05 -07:00
|
|
|
test_bug454325.html \
|
2008-10-13 09:33:27 -07:00
|
|
|
test_bug456262.html \
|
2011-03-24 13:45:07 -07:00
|
|
|
test_bug482935.html \
|
|
|
|
bug482935.sjs \
|
2010-09-03 15:53:28 -07:00
|
|
|
test_bug590870.html \
|
|
|
|
file_bug590870.html \
|
2010-09-03 15:53:28 -07:00
|
|
|
test_bug590812.html \
|
|
|
|
file_bug590812.xml \
|
|
|
|
file_bug590812-ref.xhtml \
|
2008-09-14 09:03:56 -07:00
|
|
|
test_bug368972.html \
|
2008-12-03 02:14:51 -08:00
|
|
|
test_bug448993.html \
|
2008-09-20 11:55:04 -07:00
|
|
|
test_bug450160.html \
|
2009-01-14 04:49:18 -08:00
|
|
|
test_bug453736.html \
|
2008-09-16 01:13:11 -07:00
|
|
|
test_bug454326.html \
|
2009-10-02 09:46:23 -07:00
|
|
|
test_bug505783.html \
|
2008-09-29 13:36:28 -07:00
|
|
|
test_bug457746.html \
|
2010-09-16 01:48:47 -07:00
|
|
|
test_bug587931.html \
|
2010-10-04 18:25:44 -07:00
|
|
|
test_bug592829.html \
|
2009-10-02 04:13:59 -07:00
|
|
|
test_bug518104.html \
|
2011-09-23 17:56:38 -07:00
|
|
|
test_bug682463.html \
|
2008-09-29 13:36:28 -07:00
|
|
|
bug457746.sjs \
|
2008-09-30 17:50:42 -07:00
|
|
|
test_CrossSiteXHR.html \
|
2010-04-06 17:05:19 -07:00
|
|
|
test_CrossSiteXHR_origin.html \
|
2008-09-30 17:50:42 -07:00
|
|
|
file_CrossSiteXHR_inner.html \
|
2009-01-21 14:50:28 -08:00
|
|
|
file_CrossSiteXHR_inner_data.sjs \
|
|
|
|
file_CrossSiteXHR_inner.jar \
|
2008-09-30 17:50:42 -07:00
|
|
|
file_CrossSiteXHR_server.sjs \
|
|
|
|
test_CrossSiteXHR_cache.html \
|
|
|
|
file_CrossSiteXHR_cache_server.sjs \
|
2008-10-11 23:30:14 -07:00
|
|
|
test_XHRDocURI.html \
|
|
|
|
file_XHRDocURI.xml \
|
|
|
|
file_XHRDocURI.xml^headers^ \
|
|
|
|
file_XHRDocURI.text \
|
|
|
|
file_XHRDocURI.text^headers^ \
|
2011-03-28 20:32:11 -07:00
|
|
|
test_DOMException.html \
|
2010-05-08 04:56:14 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
_TEST_FILES2 = \
|
2008-10-14 07:24:55 -07:00
|
|
|
test_bug459424.html \
|
2008-11-10 13:09:30 -08:00
|
|
|
bug461735-redirect1.sjs \
|
|
|
|
bug461735-redirect2.sjs \
|
|
|
|
bug461735-post-redirect.js \
|
2009-11-06 05:06:48 -08:00
|
|
|
test_bug513194.html \
|
2008-11-10 13:09:30 -08:00
|
|
|
test_bug461735.html \
|
2008-11-13 18:18:01 -08:00
|
|
|
test_bug380418.html \
|
2009-12-28 06:35:06 -08:00
|
|
|
test_bug469304.html \
|
2008-12-03 02:25:21 -08:00
|
|
|
test_bug465767.html \
|
2008-12-02 05:22:41 -08:00
|
|
|
test_bug380418.html^headers^ \
|
2009-04-25 02:00:14 -07: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 05:51:17 -07:00
|
|
|
file_xhtmlserializer_1_wrap.xhtml \
|
2009-04-25 02:00:14 -07: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 00:59:52 -07:00
|
|
|
test_bug500937.html \
|
2009-04-25 02:00:14 -07:00
|
|
|
test_htmlcopyencoder.html \
|
2010-09-17 02:30:35 -07:00
|
|
|
test_bug313646.html \
|
|
|
|
bug313646.txt \
|
2009-04-25 02:00:14 -07:00
|
|
|
test_htmlcopyencoder.xhtml \
|
|
|
|
test_bug270145.xhtml \
|
2008-12-02 05:22:41 -08:00
|
|
|
test_elementTraversal.html \
|
|
|
|
test_w3element_traversal.html \
|
|
|
|
test_w3element_traversal.xhtml \
|
2008-12-13 12:09:29 -08:00
|
|
|
test_bug469020.html \
|
2008-12-02 05:22:41 -08:00
|
|
|
test_w3element_traversal_svg.html \
|
|
|
|
w3element_traversal.svg \
|
2008-12-11 14:20:45 -08:00
|
|
|
test_bug444322.html \
|
|
|
|
bug444322.txt \
|
|
|
|
bug444322.js \
|
2009-12-02 20:56:59 -08:00
|
|
|
test_bug455472.html \
|
2008-12-19 15:47:19 -08:00
|
|
|
test_bug455629.html \
|
|
|
|
bug455629-helper.svg \
|
2009-01-13 11:32:30 -08:00
|
|
|
test_bug473162-1.html \
|
|
|
|
test_bug473162-2.html \
|
2009-01-16 11:19:27 -08:00
|
|
|
test_bug466751.xhtml \
|
2009-01-14 17:25:21 -08:00
|
|
|
test_bug461555.html \
|
2009-04-24 16:53:25 -07:00
|
|
|
test_sync_xhr_timer.xhtml \
|
2009-08-18 17:18:24 -07:00
|
|
|
test_bug498240.html \
|
2009-06-16 06:15:57 -07:00
|
|
|
file_htmlserializer_ipv6.html \
|
|
|
|
file_htmlserializer_ipv6_out.html \
|
|
|
|
test_bug498433.html \
|
2009-06-19 09:31:49 -07:00
|
|
|
test_bug498897.html \
|
|
|
|
file_bug498897.html \
|
|
|
|
file_bug498897.html^headers^ \
|
|
|
|
file_bug498897.css \
|
2009-06-29 11:26:57 -07:00
|
|
|
test_bug493881.js \
|
|
|
|
test_bug493881.html \
|
2009-07-14 07:55:03 -07:00
|
|
|
bug466409-page.html \
|
|
|
|
bug466409-empty.css \
|
|
|
|
test_bug466409.html \
|
2009-08-12 01:55:14 -07:00
|
|
|
test_classList.html \
|
2009-09-10 06:23:40 -07:00
|
|
|
test_bug514487.html \
|
2009-09-24 22:18:21 -07:00
|
|
|
test_range_bounds.html \
|
2010-10-02 00:32:49 -07:00
|
|
|
test_mozfiledataurl.html \
|
|
|
|
file_mozfiledataurl_audio.ogg \
|
|
|
|
file_mozfiledataurl_img.jpg \
|
|
|
|
file_mozfiledataurl_inner.html \
|
|
|
|
file_mozfiledataurl_doc.html \
|
|
|
|
file_mozfiledataurl_text.txt \
|
2009-10-21 03:18:08 -07:00
|
|
|
test_bug475156.html \
|
|
|
|
bug475156.sjs \
|
2010-02-24 18:45:43 -08:00
|
|
|
test_bug544642.html \
|
2010-06-03 18:09:20 -07:00
|
|
|
test_bug564863.xhtml \
|
2011-04-23 00:29:12 -07:00
|
|
|
test_bug588990.html \
|
2009-11-09 06:41:12 -08:00
|
|
|
test_copypaste.html \
|
2009-11-09 17:04:24 -08:00
|
|
|
test_bug503481.html \
|
|
|
|
file_bug503481.sjs \
|
|
|
|
test_bug503481b.html \
|
|
|
|
file_bug503481b_inner.html \
|
2009-09-02 20:57:36 -07:00
|
|
|
test_viewport_scroll.html \
|
2010-01-22 13:38:21 -08:00
|
|
|
test_CSP.html \
|
|
|
|
file_CSP.sjs \
|
|
|
|
file_CSP_main.html \
|
2010-03-12 13:53:37 -08:00
|
|
|
file_CSP_main.html^headers^ \
|
2010-01-22 13:38:21 -08:00
|
|
|
file_CSP_main.js \
|
2010-11-30 10:19:59 -08:00
|
|
|
test_CSP_frameancestors.html \
|
|
|
|
file_CSP_frameancestors.sjs \
|
|
|
|
file_CSP_frameancestors_main.html \
|
|
|
|
file_CSP_frameancestors_main.js \
|
|
|
|
test_CSP_inlinescript.html \
|
|
|
|
file_CSP_inlinescript_main.html \
|
|
|
|
file_CSP_inlinescript_main.html^headers^ \
|
|
|
|
test_CSP_evalscript.html \
|
|
|
|
file_CSP_evalscript_main.html \
|
|
|
|
file_CSP_evalscript_main.html^headers^ \
|
|
|
|
file_CSP_evalscript_main.js \
|
2010-01-26 05:54:55 -08:00
|
|
|
test_bug540854.html \
|
|
|
|
bug540854.sjs \
|
2010-03-17 07:40:35 -07:00
|
|
|
test_bug548463.html \
|
2010-03-18 09:07:32 -07:00
|
|
|
test_bug545644.html \
|
|
|
|
test_bug545644.xhtml \
|
2010-03-22 09:06:57 -07:00
|
|
|
test_bug553896.xhtml \
|
2010-04-23 09:10:07 -07:00
|
|
|
test_bug515401.html \
|
2010-03-23 13:55:39 -07:00
|
|
|
test_bug541937.html \
|
|
|
|
file_bug541937.html \
|
|
|
|
file_bug541937.xhtml \
|
2010-04-14 07:55:21 -07:00
|
|
|
test_bug558726.html \
|
2010-04-15 04:07:30 -07:00
|
|
|
test_bug557892.html \
|
|
|
|
file_bug557892.html \
|
2010-04-16 11:45:13 -07:00
|
|
|
test_bug559526.html \
|
2010-04-23 12:55:19 -07:00
|
|
|
test_csp_redirects.html \
|
|
|
|
file_csp_redirects_page.sjs \
|
|
|
|
file_csp_redirects_main.html \
|
|
|
|
file_csp_redirects_resource.sjs \
|
2010-04-28 10:47:23 -07:00
|
|
|
test_bug346485.html \
|
|
|
|
test_bug560780.html \
|
2010-04-30 04:01:25 -07:00
|
|
|
test_bug562652.html \
|
2010-05-05 11:18:04 -07:00
|
|
|
test_bug562137.html \
|
|
|
|
file_bug562137.txt \
|
2010-05-27 09:12:32 -07:00
|
|
|
test_bug548193.html \
|
|
|
|
file_bug548193.sjs \
|
2010-06-03 13:11:35 -07:00
|
|
|
test_html_colors_quirks.html \
|
|
|
|
test_html_colors_standards.html \
|
2010-06-23 18:12:07 -07:00
|
|
|
test_bug300992.html \
|
2010-06-17 11:38:29 -07:00
|
|
|
test_websocket_hello.html \
|
|
|
|
file_websocket_hello_wsh.py \
|
2011-07-04 21:18:30 -07:00
|
|
|
test_websocket_basic.html \
|
|
|
|
file_websocket_basic_wsh.py \
|
2010-06-18 13:48:42 -07:00
|
|
|
test_websocket.html \
|
|
|
|
file_websocket_wsh.py \
|
|
|
|
file_websocket_http_resource.txt \
|
2010-07-21 08:51:09 -07:00
|
|
|
test_x-frame-options.html \
|
|
|
|
file_x-frame-options_main.html \
|
|
|
|
file_x-frame-options_page.sjs \
|
2010-09-04 04:38:07 -07:00
|
|
|
test_createHTMLDocument.html \
|
2011-01-30 13:46:34 -08:00
|
|
|
test_bug622088.html \
|
|
|
|
file_bug622088_inner.html \
|
|
|
|
file_bug622088.sjs \
|
2010-12-04 00:00:19 -08:00
|
|
|
test_bug564047.html \
|
2010-10-16 04:54:47 -07:00
|
|
|
test_bug567350.html \
|
2010-09-09 19:43:22 -07:00
|
|
|
test_bug578096.html \
|
2010-08-09 15:32:18 -07:00
|
|
|
test_bug585978.html \
|
2010-12-08 04:37:19 -08:00
|
|
|
test_bug592366.html \
|
2010-12-07 05:54:50 -08:00
|
|
|
test_bug597345.html \
|
|
|
|
script-1_bug597345.sjs \
|
|
|
|
script-2_bug597345.js \
|
2010-10-07 03:04:07 -07:00
|
|
|
test_bug598877.html \
|
2010-11-01 03:50:01 -07:00
|
|
|
test_bug599588.html \
|
2010-10-07 03:04:25 -07:00
|
|
|
test_bug600466.html \
|
2010-10-07 03:05:04 -07:00
|
|
|
test_bug600468.html \
|
2010-10-07 03:05:33 -07:00
|
|
|
test_bug600471.html \
|
2010-10-10 15:42:09 -07:00
|
|
|
test_bug601803.html \
|
|
|
|
file_bug601803a.html \
|
|
|
|
file_bug601803b.html \
|
2010-10-13 00:12:55 -07:00
|
|
|
test_bug602838.html \
|
|
|
|
script_bug602838.sjs \
|
2010-12-14 09:16:24 -08:00
|
|
|
test_bug614583.html \
|
2010-10-27 00:18:24 -07:00
|
|
|
test_bug604660.html \
|
|
|
|
file_bug604660-1.xml \
|
|
|
|
file_bug604660-2.xsl \
|
|
|
|
file_bug604660-3.js \
|
|
|
|
file_bug604660-4.js \
|
|
|
|
file_bug604660-5.xml \
|
|
|
|
file_bug604660-6.xsl \
|
2010-10-21 07:09:00 -07:00
|
|
|
test_bug605982.html \
|
2010-10-27 00:03:10 -07:00
|
|
|
test_bug606729.html \
|
2010-11-14 15:08:49 -08:00
|
|
|
test_treewalker_nextsibling.xml \
|
2010-11-30 10:19:59 -08:00
|
|
|
test_bug614058.html \
|
2010-12-16 12:01:47 -08:00
|
|
|
test_bug590771.html \
|
2011-01-03 18:46:19 -08:00
|
|
|
test_bug622117.html \
|
2011-02-10 23:47:00 -08:00
|
|
|
test_base.xhtml \
|
|
|
|
file_base_xbl.xml \
|
2011-01-03 18:46:19 -08:00
|
|
|
test_bug622246.html \
|
2011-01-14 08:11:25 -08:00
|
|
|
test_bug484396.html \
|
2011-01-16 08:58:50 -08:00
|
|
|
test_bug466080.html \
|
|
|
|
bug466080.sjs \
|
2011-01-15 11:00:50 -08:00
|
|
|
test_bug625722.html \
|
2011-02-04 14:17:00 -08:00
|
|
|
test_bug631615.html \
|
2011-02-15 09:05:02 -08:00
|
|
|
test_bug558431.html \
|
|
|
|
file_bug558431.html \
|
|
|
|
file_bug558431.html^headers^ \
|
2011-04-11 04:06:18 -07:00
|
|
|
test_bug604592.html \
|
2011-02-23 08:14:44 -08:00
|
|
|
test_bug628938.html \
|
2011-02-07 06:36:16 -08:00
|
|
|
test_bug626262.html \
|
2011-04-16 16:39:43 -07:00
|
|
|
test_plugin_freezing.html \
|
2011-05-11 02:46:59 -07:00
|
|
|
test_bug638112.html \
|
|
|
|
bug638112-response.txt \
|
|
|
|
bug638112.sjs \
|
2011-05-11 13:52:32 -07:00
|
|
|
test_bug656283.html \
|
2011-05-20 10:18:45 -07:00
|
|
|
test_blobbuilder.html \
|
|
|
|
fileutils.js \
|
2011-05-22 14:30:07 -07:00
|
|
|
test_bug338583.html \
|
|
|
|
eventsource.resource \
|
|
|
|
eventsource.resource^headers^ \
|
|
|
|
badContentType.eventsource \
|
|
|
|
badContentType.eventsource^headers^ \
|
|
|
|
badEventFieldName.eventsource \
|
|
|
|
badEventFieldName.eventsource^headers^ \
|
|
|
|
badHTTPResponseCode.eventsource \
|
|
|
|
badHTTPResponseCode.eventsource^headers^ \
|
|
|
|
badMessageEvent.eventsource \
|
|
|
|
badMessageEvent.eventsource^headers^ \
|
|
|
|
forRemoval.resource \
|
|
|
|
forRemoval.resource^headers^ \
|
|
|
|
accesscontrol.resource \
|
|
|
|
accesscontrol.resource^headers^ \
|
|
|
|
invalid_accesscontrol.resource \
|
|
|
|
invalid_accesscontrol.resource^headers^ \
|
2011-09-23 18:57:36 -07:00
|
|
|
test_xhr_progressevents.html \
|
|
|
|
progressserver.sjs \
|
2011-05-22 14:30:07 -07:00
|
|
|
somedatas.resource \
|
|
|
|
somedatas.resource^headers^ \
|
|
|
|
delayedServerEvents.sjs \
|
2011-11-15 23:38:51 -08:00
|
|
|
test_html_in_xhr.html \
|
|
|
|
file_html_in_xhr.html \
|
|
|
|
file_html_in_xhr2.html \
|
|
|
|
file_html_in_xhr3.html \
|
|
|
|
file_html_in_xhr.sjs \
|
|
|
|
file_html_in_xhr_slow.sjs \
|
2011-07-07 11:17:13 -07:00
|
|
|
test_bug664916.html \
|
2011-06-30 04:52:11 -07:00
|
|
|
test_bug666604.html \
|
2011-08-07 19:24:28 -07:00
|
|
|
test_bug675121.html \
|
|
|
|
file_bug675121.sjs \
|
2011-09-17 06:32:32 -07:00
|
|
|
test_bug675166.html \
|
2011-09-19 19:56:45 -07:00
|
|
|
test_bug682554.html \
|
2011-09-09 09:27:00 -07:00
|
|
|
test_bug682592.html \
|
|
|
|
bug682592-subframe.html \
|
|
|
|
bug682592-subframe-ref.html \
|
2011-09-22 22:03:50 -07:00
|
|
|
test_bug684671.html \
|
2011-09-11 16:05:19 -07:00
|
|
|
test_bug685798.html \
|
2011-09-19 22:08:00 -07:00
|
|
|
test_bug686449.xhtml \
|
2011-10-11 14:29:12 -07:00
|
|
|
test_bug690056.html \
|
2011-10-07 04:33:42 -07:00
|
|
|
test_bug692434.html \
|
|
|
|
file_bug692434.xml \
|
2011-10-13 03:50:05 -07:00
|
|
|
test_bug693875.html \
|
2011-11-08 04:59:38 -08:00
|
|
|
test_nodelist_holes.html \
|
2011-11-21 10:07:27 -08:00
|
|
|
test_xhr_abort_after_load.html \
|
2008-06-04 10:53:34 -07:00
|
|
|
$(NULL)
|
2009-09-24 18:57:47 -07:00
|
|
|
|
2011-06-09 08:10:14 -07:00
|
|
|
_CHROME_FILES = \
|
|
|
|
test_bug357450.js \
|
|
|
|
$(NULL)
|
|
|
|
|
2010-03-15 09:56:47 -07:00
|
|
|
# This test fails on the Mac for some reason
|
|
|
|
ifneq (,$(filter gtk2 windows,$(MOZ_WIDGET_TOOLKIT)))
|
2010-05-08 04:56:14 -07:00
|
|
|
_TEST_FILES2 += test_copyimage.html \
|
2010-03-15 09:56:47 -07:00
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2008-10-19 16:29:13 -07:00
|
|
|
# Disabled for now. Mochitest isn't reliable enough for these.
|
|
|
|
# test_bug444546.html \
|
|
|
|
# bug444546.sjs \
|
|
|
|
|
2009-11-18 06:18:38 -08:00
|
|
|
# Disabled due to making the harness time out
|
|
|
|
# test_bug503473.html \
|
|
|
|
# file_bug503473-frame.sjs \
|
|
|
|
|
2010-09-19 08:59:59 -07:00
|
|
|
_BROWSER_TEST_FILES = \
|
|
|
|
browser_bug593387.js \
|
|
|
|
$(NULL)
|
|
|
|
|
2010-05-08 04:56:14 -07:00
|
|
|
libs:: $(_TEST_FILES1)
|
2011-11-05 11:35:59 -07:00
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
2010-05-08 04:56:14 -07:00
|
|
|
|
|
|
|
libs:: $(_TEST_FILES2)
|
2011-11-05 11:35:59 -07:00
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
2010-09-19 08:59:59 -07:00
|
|
|
|
|
|
|
libs:: $(_BROWSER_TEST_FILES)
|
2011-11-05 11:35:59 -07:00
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
2011-06-09 08:10:14 -07:00
|
|
|
|
|
|
|
libs:: $(_CHROME_FILES)
|
2011-11-05 11:35:59 -07:00
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)
|
2011-06-09 08:10:14 -07:00
|
|
|
|