michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: MOCHITEST_MANIFESTS += [ michael@0: 'editing/mochitest.ini', michael@0: 'html/mochitest.ini', michael@0: 'mochitest.ini', michael@0: 'webapps/mochitest.ini', michael@0: ] michael@0: michael@0: MOCHITEST_MANIFESTS += [ michael@0: 'failures/editing/conformancetest/mochitest.ini', michael@0: 'failures/editing/selecttest/mochitest.ini', michael@0: 'failures/html/dom/collections/mochitest.ini', michael@0: 'failures/html/dom/errors/mochitest.ini', michael@0: 'failures/html/dom/lists/mochitest.ini', michael@0: 'failures/html/dom/mochitest.ini', michael@0: 'failures/html/dom/nodes/mochitest.ini', michael@0: 'failures/html/html/browsers/the-window-object/mochitest.ini', michael@0: 'failures/html/html/browsers/the-window-object/named-access-on-the-window-object/mochitest.ini', michael@0: 'failures/html/html/dom/documents/dta/doc.gEBN/mochitest.ini', michael@0: 'failures/html/html/dom/documents/dta/mochitest.ini', michael@0: 'failures/html/html/obsolete/implreq/oeaaa/mochitest.ini', michael@0: 'failures/html/html/semantics/forms/the-form-element/mochitest.ini', michael@0: 'failures/html/html/semantics/forms/the-option-element/mochitest.ini', michael@0: 'failures/html/html/semantics/forms/the-select-element/mochitest.ini', michael@0: 'failures/html/html/semantics/scripting-1/the-script-element/mochitest.ini', michael@0: 'failures/html/html/semantics/tabular-data/the-table-element/mochitest.ini', michael@0: 'failures/html/html/webappapis/atob/mochitest.ini', michael@0: 'failures/html/js/builtins/mochitest.ini', michael@0: 'failures/html/microdata/microdata-dom-api/mochitest.ini', michael@0: 'failures/html/typedarrays/mochitest.ini', michael@0: 'failures/webapps/WebStorage/tests/submissions/Infraware/mochitest.ini', michael@0: 'failures/webapps/WebStorage/tests/submissions/Ms2ger/mochitest.ini', michael@0: 'failures/webapps/XMLHttpRequest/tests/submissions/Ms2ger/mochitest.ini', michael@0: ]