diff options
Diffstat (limited to 'dom/tests/moz.build')
-rw-r--r-- | dom/tests/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/tests/moz.build b/dom/tests/moz.build index f7c3e2437..340157416 100644 --- a/dom/tests/moz.build +++ b/dom/tests/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; 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/. @@ -37,6 +36,7 @@ MOCHITEST_CHROME_MANIFESTS += [ 'mochitest/geolocation/chrome.ini', 'mochitest/localstorage/chrome.ini', 'mochitest/sessionstorage/chrome.ini', + 'mochitest/webcomponents/chrome.ini', 'mochitest/whatwg/chrome.ini', ] |