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 = parser/htmlparser/tests/mochitest
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
2010-07-26 03:55:43 -07:00
|
|
|
|
|
|
|
DIRS = \
|
|
|
|
dir_bug534293 \
|
2010-09-01 04:41:12 -07:00
|
|
|
html5lib_tree_construction \
|
2010-07-26 03:55:43 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
_TEST_FILES = parser_datreader.js \
|
|
|
|
parser_web_testrunner.js \
|
|
|
|
html5_tree_construction_exceptions.js \
|
|
|
|
test_html5_tree_construction.html \
|
2010-10-15 02:23:42 -07:00
|
|
|
test_html5_tree_construction_part2.html \
|
2009-02-16 04:22:47 -08:00
|
|
|
test_bug174351.html \
|
2007-03-22 10:30:00 -07:00
|
|
|
test_bug339350.xhtml \
|
|
|
|
test_bug358797.html \
|
2008-02-18 23:52:14 -08:00
|
|
|
test_bug396568.html \
|
2008-03-05 12:46:21 -08:00
|
|
|
test_bug418464.html \
|
2008-12-07 16:15:52 -08:00
|
|
|
test_bug460437.xhtml \
|
2009-11-24 04:28:18 -08:00
|
|
|
test_bug502091.html \
|
2009-08-05 10:32:20 -07:00
|
|
|
bug_502091_iframe.html \
|
2010-11-18 00:23:48 -08:00
|
|
|
test_bug543062.html \
|
|
|
|
file_bug543062.sjs \
|
2010-07-18 15:07:54 -07:00
|
|
|
test_bug552938.html \
|
|
|
|
test_bug552938-2.html \
|
2010-06-08 23:45:32 -07:00
|
|
|
test_bug566879.html \
|
2008-01-16 04:44:03 -08:00
|
|
|
test_compatmode.html \
|
2009-02-16 04:22:47 -08:00
|
|
|
invalidchar.xml \
|
2010-07-26 03:55:43 -07:00
|
|
|
file_bug534293.sjs \
|
|
|
|
file_bug534293-slow.sjs \
|
2010-10-13 00:12:55 -07:00
|
|
|
test_bug599584.html \
|
|
|
|
iframe_bug599584.html \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2010-06-29 02:41:37 -07:00
|
|
|
# Disabled test due to orange on Linux
|
|
|
|
# test_bug568470.html \
|
|
|
|
# file_bug568470.sjs \
|
|
|
|
# file_bug568470-script.sjs \
|
|
|
|
|
2010-09-15 01:37:55 -07:00
|
|
|
# Disable test due to frequent orange on Mac
|
|
|
|
# test_bug534293.html \
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
libs:: $(_TEST_FILES)
|
2007-08-05 20:22:32 -07:00
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|