mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
69 lines
1.8 KiB
Makefile
69 lines
1.8 KiB
Makefile
#
|
|
# 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/.
|
|
|
|
DEPTH = @DEPTH@
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
relativesrcdir = @relativesrcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MOCHITEST_FILES = \
|
|
file_MozEnteredDomFullscreen.html \
|
|
test_outerHTML.html \
|
|
test_outerHTML.xhtml \
|
|
497633.html \
|
|
historyframes.html \
|
|
test_497898.html \
|
|
test_bug504220.html \
|
|
test_bug628069_1.html \
|
|
test_bug628069_2.html \
|
|
file_bug628069.html \
|
|
test_bug631440.html \
|
|
test_bug653364.html \
|
|
test_bug629535.html \
|
|
test_bug861217.html \
|
|
test_clientRects.html \
|
|
test_consoleAPI.html \
|
|
test_domWindowUtils.html \
|
|
test_domWindowUtils_scrollXY.html \
|
|
test_domWindowUtils_scrollbarSize.html \
|
|
file_domWindowUtils_scrollbarSize.html \
|
|
test_offsets.html \
|
|
test_offsets.js \
|
|
test_windowProperties.html \
|
|
test_clipboard_events.html \
|
|
test_frameElementWrapping.html \
|
|
file_frameElementWrapping.html \
|
|
test_framedhistoryframes.html \
|
|
test_windowedhistoryframes.html \
|
|
test_focusrings.xul \
|
|
file_moving_xhr.html \
|
|
test_vibrator.html \
|
|
test_for_of.html \
|
|
test_focus_legend_noparent.html \
|
|
file_clonewrapper.html \
|
|
file_moving_nodeList.html \
|
|
test_performance_now.html \
|
|
test_interfaces.html \
|
|
test_idleapi_permissions.html \
|
|
test_stylesheetPI.html \
|
|
test_showModalDialog.html \
|
|
file_showModalDialog.html \
|
|
$(NULL)
|
|
|
|
# Disable this test until bug 795711 is fixed.
|
|
# test_network_events.html \
|
|
|
|
MOCHITEST_CHROME_FILES = \
|
|
test_innerScreen.xul \
|
|
test_offsets.xul \
|
|
test_offsets.js \
|
|
test_offsets.css \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|