зеркало из https://github.com/mozilla/gecko-dev.git
Bug 939518 - Part a: move support files for dom-level1-core into manifests; r=mrbkap
This commit is contained in:
Родитель
f1d0cb67aa
Коммит
47e64aa6f6
|
@ -1,26 +0,0 @@
|
||||||
#
|
|
||||||
# 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/.
|
|
||||||
|
|
||||||
MOCHITEST_FILES = \
|
|
||||||
hc_nodtdstaff.html \
|
|
||||||
hc_nodtdstaff.xhtml \
|
|
||||||
hc_staff.html \
|
|
||||||
hc_staff.xhtml \
|
|
||||||
staff.dtd \
|
|
||||||
staff.xml \
|
|
||||||
svgunit.js \
|
|
||||||
xhtml-special.ent \
|
|
||||||
xhtml1-frameset.dtd \
|
|
||||||
xhtml1-transitional.dtd \
|
|
||||||
hc_nodtdstaff.svg \
|
|
||||||
hc_nodtdstaff.xml \
|
|
||||||
hc_staff.svg \
|
|
||||||
hc_staff.xml \
|
|
||||||
staff.svg \
|
|
||||||
svgtest.js \
|
|
||||||
xhtml-lat1.ent \
|
|
||||||
xhtml-symbol.ent \
|
|
||||||
xhtml1-strict.dtd \
|
|
||||||
$(NULL)
|
|
|
@ -1,6 +0,0 @@
|
||||||
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
||||||
# vim: set filetype=python:
|
|
||||||
# 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/.
|
|
||||||
|
|
|
@ -1,10 +1,29 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
# Timeouts on OS X (bug 921635)
|
||||||
|
skip-if = os == "mac"
|
||||||
support-files =
|
support-files =
|
||||||
DOMTestCase.js
|
DOMTestCase.js
|
||||||
activity-home.css
|
activity-home.css
|
||||||
exclusions.js
|
exclusions.js
|
||||||
# Timeouts on OS X (bug 921635)
|
files/hc_nodtdstaff.html
|
||||||
skip-if = os == "mac"
|
files/hc_nodtdstaff.xhtml
|
||||||
|
files/hc_staff.html
|
||||||
|
files/hc_staff.xhtml
|
||||||
|
files/staff.dtd
|
||||||
|
files/staff.xml
|
||||||
|
files/svgunit.js
|
||||||
|
files/xhtml-special.ent
|
||||||
|
files/xhtml1-frameset.dtd
|
||||||
|
files/xhtml1-transitional.dtd
|
||||||
|
files/hc_nodtdstaff.svg
|
||||||
|
files/hc_nodtdstaff.xml
|
||||||
|
files/hc_staff.svg
|
||||||
|
files/hc_staff.xml
|
||||||
|
files/staff.svg
|
||||||
|
files/svgtest.js
|
||||||
|
files/xhtml-lat1.ent
|
||||||
|
files/xhtml-symbol.ent
|
||||||
|
files/xhtml1-strict.dtd
|
||||||
|
|
||||||
[test_PIsetdatanomodificationallowederrEE.html]
|
[test_PIsetdatanomodificationallowederrEE.html]
|
||||||
[test_attrcreatedocumentfragment.html]
|
[test_attrcreatedocumentfragment.html]
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
||||||
# vim: set filetype=python:
|
|
||||||
# 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/.
|
|
||||||
|
|
||||||
TEST_DIRS += ['files']
|
|
||||||
|
|
||||||
MOCHITEST_MANIFESTS += ['mochitest.ini']
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
DIRS += [
|
DIRS += [
|
||||||
'dom-level0',
|
'dom-level0',
|
||||||
'dom-level1-core',
|
|
||||||
'dom-level2-core',
|
'dom-level2-core',
|
||||||
'dom-level2-html',
|
'dom-level2-html',
|
||||||
'ajax',
|
'ajax',
|
||||||
|
@ -29,3 +28,6 @@ DIRS += [
|
||||||
if CONFIG['MOZ_GAMEPAD']:
|
if CONFIG['MOZ_GAMEPAD']:
|
||||||
DIRS += ['gamepad']
|
DIRS += ['gamepad']
|
||||||
|
|
||||||
|
MOCHITEST_MANIFESTS += [
|
||||||
|
'dom-level1-core/mochitest.ini',
|
||||||
|
]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче