2012-05-21 04:12:37 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2012-02-24 05:19:49 -08:00
|
|
|
|
|
|
|
DEPTH = ../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
relativesrcdir = dom/base/test
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
MOCHITEST_FILES = \
|
2012-02-24 05:19:49 -08:00
|
|
|
test_domrequest.html \
|
2012-03-21 21:10:50 -07:00
|
|
|
test_gsp-standards.html \
|
|
|
|
test_gsp-quirks.html \
|
2012-06-19 16:01:10 -07:00
|
|
|
test_nondomexception.html \
|
2012-06-21 14:59:40 -07:00
|
|
|
test_screen_orientation.html \
|
2012-02-24 05:19:49 -08:00
|
|
|
$(NULL)
|
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
MOCHITEST_CHROME_FILES = \
|
2012-06-29 01:32:21 -07:00
|
|
|
test_bug715041.xul \
|
|
|
|
test_bug715041_removal.xul \
|
|
|
|
$(NULL)
|
|
|
|
|
2012-07-03 13:49:02 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2012-06-29 01:32:21 -07:00
|
|
|
|