mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 939518 - Part a: move support files for dom-level1-core into manifests; r=mrbkap
This commit is contained in:
parent
4060f40010
commit
057727599f
@ -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]
|
||||
# Timeouts on OS X (bug 921635)
|
||||
skip-if = os == "mac"
|
||||
support-files =
|
||||
DOMTestCase.js
|
||||
activity-home.css
|
||||
exclusions.js
|
||||
# Timeouts on OS X (bug 921635)
|
||||
skip-if = os == "mac"
|
||||
files/hc_nodtdstaff.html
|
||||
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_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 += [
|
||||
'dom-level0',
|
||||
'dom-level1-core',
|
||||
'dom-level2-core',
|
||||
'dom-level2-html',
|
||||
'ajax',
|
||||
@ -29,3 +28,6 @@ DIRS += [
|
||||
if CONFIG['MOZ_GAMEPAD']:
|
||||
DIRS += ['gamepad']
|
||||
|
||||
MOCHITEST_MANIFESTS += [
|
||||
'dom-level1-core/mochitest.ini',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user