2007-03-22 10:30:00 -07:00
|
|
|
#
|
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/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2010-06-16 03:20:28 -07:00
|
|
|
# Disabled due to timeouts.
|
2010-06-16 03:31:25 -07:00
|
|
|
# test_bug563329.html
|
2013-06-26 14:28:21 -07:00
|
|
|
ifeq (,$(filter gonk,$(MOZ_WIDGET_TOOLKIT)))
|
|
|
|
# THESE TESTS (BELOW) DO NOT RUN ON B2G
|
|
|
|
MOCHITEST_FILES += \
|
|
|
|
test_bug864040.html \
|
|
|
|
$(NULL)
|
|
|
|
# THESE TESTS (ABOVE) DO NOT RUN ON B2G
|
|
|
|
endif
|
|
|
|
|