2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2016-01-13 00:44:08 +03:00
|
|
|
# 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/.
|
|
|
|
|
2017-04-09 12:43:43 +03:00
|
|
|
with Files('**'):
|
2019-11-08 15:17:57 +03:00
|
|
|
BUG_COMPONENT = ('Core', 'DOM: Navigation')
|
2017-04-09 12:43:43 +03:00
|
|
|
|
2019-01-30 21:24:11 +03:00
|
|
|
EXTRA_JS_MODULES += [
|
|
|
|
'RemoteWebNavigation.jsm',
|
|
|
|
]
|
|
|
|
|
2016-01-13 00:44:08 +03:00
|
|
|
BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini']
|