|
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- |
|
2 # vim: set filetype=python: |
|
3 # This Source Code Form is subject to the terms of the Mozilla Public |
|
4 # License, v. 2.0. If a copy of the MPL was not distributed with this |
|
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
6 |
|
7 MOCHITEST_MANIFESTS += [ |
|
8 'editing/mochitest.ini', |
|
9 'html/mochitest.ini', |
|
10 'mochitest.ini', |
|
11 'webapps/mochitest.ini', |
|
12 ] |
|
13 |
|
14 MOCHITEST_MANIFESTS += [ |
|
15 'failures/editing/conformancetest/mochitest.ini', |
|
16 'failures/editing/selecttest/mochitest.ini', |
|
17 'failures/html/dom/collections/mochitest.ini', |
|
18 'failures/html/dom/errors/mochitest.ini', |
|
19 'failures/html/dom/lists/mochitest.ini', |
|
20 'failures/html/dom/mochitest.ini', |
|
21 'failures/html/dom/nodes/mochitest.ini', |
|
22 'failures/html/html/browsers/the-window-object/mochitest.ini', |
|
23 'failures/html/html/browsers/the-window-object/named-access-on-the-window-object/mochitest.ini', |
|
24 'failures/html/html/dom/documents/dta/doc.gEBN/mochitest.ini', |
|
25 'failures/html/html/dom/documents/dta/mochitest.ini', |
|
26 'failures/html/html/obsolete/implreq/oeaaa/mochitest.ini', |
|
27 'failures/html/html/semantics/forms/the-form-element/mochitest.ini', |
|
28 'failures/html/html/semantics/forms/the-option-element/mochitest.ini', |
|
29 'failures/html/html/semantics/forms/the-select-element/mochitest.ini', |
|
30 'failures/html/html/semantics/scripting-1/the-script-element/mochitest.ini', |
|
31 'failures/html/html/semantics/tabular-data/the-table-element/mochitest.ini', |
|
32 'failures/html/html/webappapis/atob/mochitest.ini', |
|
33 'failures/html/js/builtins/mochitest.ini', |
|
34 'failures/html/microdata/microdata-dom-api/mochitest.ini', |
|
35 'failures/html/typedarrays/mochitest.ini', |
|
36 'failures/webapps/WebStorage/tests/submissions/Infraware/mochitest.ini', |
|
37 'failures/webapps/WebStorage/tests/submissions/Ms2ger/mochitest.ini', |
|
38 'failures/webapps/XMLHttpRequest/tests/submissions/Ms2ger/mochitest.ini', |
|
39 ] |