2009-01-15 07:38:07 +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 the Mozilla SMIL module.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is
|
|
|
|
# Mozilla Corporation.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 2008
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
# Daniel Holbert <dholbert@mozilla.com>
|
2009-08-05 06:39:04 +04:00
|
|
|
# Brian Birtles <bbirtles@gmail.com>
|
2009-01-15 07:38:07 +03:00
|
|
|
#
|
|
|
|
# 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/smil/test
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2009-10-03 01:37:25 +04:00
|
|
|
_TEST_FILES = \
|
2010-04-29 03:00:54 +04:00
|
|
|
db_smilAnimateMotion.js \
|
2009-10-03 01:37:25 +04:00
|
|
|
db_smilCSSFromBy.js \
|
|
|
|
db_smilCSSFromTo.js \
|
|
|
|
db_smilCSSPaced.js \
|
|
|
|
db_smilCSSPropertyList.js \
|
2010-03-17 02:17:33 +03:00
|
|
|
db_smilMappedAttrList.js \
|
2010-04-29 03:00:54 +04:00
|
|
|
smilAnimateMotionValueLists.js \
|
2009-10-03 01:37:25 +04:00
|
|
|
smilTestUtils.js \
|
2009-12-10 20:26:27 +03:00
|
|
|
smilXHR_helper.svg \
|
2011-02-11 10:02:04 +03:00
|
|
|
smilExtDoc_helper.svg \
|
2010-08-28 10:41:05 +04:00
|
|
|
test_smilAccessKey.xhtml \
|
2010-04-29 03:00:54 +04:00
|
|
|
test_smilAnimateMotion.xhtml \
|
|
|
|
test_smilAnimateMotionInvalidValues.xhtml \
|
|
|
|
test_smilAnimateMotionOverrideRules.xhtml \
|
2010-07-03 09:52:51 +04:00
|
|
|
test_smilBackwardsSeeking.xhtml \
|
2010-02-21 00:13:11 +03:00
|
|
|
test_smilChangeAfterFrozen.xhtml \
|
2010-03-01 22:31:50 +03:00
|
|
|
test_smilContainerBinding.xhtml \
|
2010-01-12 23:00:49 +03:00
|
|
|
test_smilCrossContainer.xhtml \
|
2009-11-18 09:08:19 +03:00
|
|
|
test_smilCSSFontStretchRelative.xhtml \
|
2009-10-03 01:37:25 +04:00
|
|
|
test_smilCSSFromBy.xhtml \
|
|
|
|
test_smilCSSFromTo.xhtml \
|
2009-12-10 20:26:27 +03:00
|
|
|
test_smilCSSInvalidValues.xhtml \
|
2009-10-03 01:37:25 +04:00
|
|
|
test_smilCSSPaced.xhtml \
|
2011-11-04 20:24:04 +04:00
|
|
|
test_smilDynamicDelayedBeginElement.xhtml \
|
2010-03-17 02:17:33 +03:00
|
|
|
test_smilMappedAttrFromTo.xhtml \
|
|
|
|
test_smilMappedAttrFromBy.xhtml \
|
|
|
|
test_smilMappedAttrPaced.xhtml \
|
2010-01-12 23:00:49 +03:00
|
|
|
test_smilReset.xhtml \
|
2009-10-03 01:37:25 +04:00
|
|
|
test_smilRestart.xhtml \
|
2011-02-11 10:02:04 +03:00
|
|
|
test_smilExtDoc.xhtml \
|
2010-01-12 23:00:49 +03:00
|
|
|
test_smilFillMode.xhtml \
|
2009-01-19 12:10:53 +03:00
|
|
|
test_smilGetStartTime.xhtml \
|
|
|
|
test_smilGetSimpleDuration.xhtml \
|
2009-08-24 23:34:34 +04:00
|
|
|
test_smilKeySplines.xhtml \
|
2010-09-18 07:46:48 +04:00
|
|
|
test_smilKeyTimes.xhtml \
|
2010-04-07 01:39:29 +04:00
|
|
|
test_smilKeyTimesPacedMode.xhtml \
|
2010-08-18 14:20:24 +04:00
|
|
|
test_smilRepeatTiming.xhtml \
|
2009-05-09 19:29:24 +04:00
|
|
|
test_smilSetCurrentTime.xhtml \
|
2009-01-22 04:00:27 +03:00
|
|
|
test_smilSync.xhtml \
|
2010-01-12 23:00:49 +03:00
|
|
|
test_smilSyncbaseTarget.xhtml \
|
2009-01-22 04:00:27 +03:00
|
|
|
test_smilSyncTransform.xhtml \
|
2009-10-03 01:37:25 +04:00
|
|
|
test_smilTextZoom.xhtml \
|
2010-07-31 11:02:52 +04:00
|
|
|
test_smilTimeEvents.xhtml \
|
2009-08-05 06:39:04 +04:00
|
|
|
test_smilTiming.xhtml \
|
|
|
|
test_smilTimingZeroIntervals.xhtml \
|
2010-01-12 23:00:49 +03:00
|
|
|
test_smilUpdatedInterval.xhtml \
|
2012-02-24 04:45:40 +04:00
|
|
|
test_smilValues.xhtml \
|
2009-12-10 20:26:27 +03:00
|
|
|
test_smilXHR.xhtml \
|
2012-01-29 00:01:47 +04:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
# Tests disabled due to intermittent orange
|
|
|
|
# test_smilCSSInherit.xhtml disabled until bug 501183 is fixed
|
2009-01-15 07:38:07 +03:00
|
|
|
|
|
|
|
libs:: $(_TEST_FILES)
|
2011-11-05 22:35:59 +04:00
|
|
|
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|