☠☠ backed out by 4f4dcc23d36b ☠ ☠ | |
author | Andreas Tolfsen <ato@mozilla.com> |
Thu, 02 Feb 2017 14:46:58 +0000 | |
changeset 341015 | f2bdf078f39a113f9c97b8180e6984d262129b11 |
parent 341014 | 8df8cda569426d4c7a545e607f7f682903593da3 |
child 341016 | f8449c471b8fbe6518063072e0de193f06af6229 |
push id | 86615 |
push user | kwierso@gmail.com |
push date | Tue, 07 Feb 2017 01:52:08 +0000 |
treeherder | mozilla-inbound@f0453084d86e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | automatedtester |
bugs | 1319237 |
milestone | 54.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/marionette/harness/marionette_harness/tests/unit/test_window_position.py | file | annotate | diff | comparison | revisions |
--- a/testing/marionette/harness/marionette_harness/tests/unit/test_window_position.py +++ b/testing/marionette/harness/marionette_harness/tests/unit/test_window_position.py @@ -1,21 +1,11 @@ -#Copyright 2007-2009 WebDriver committers -# -#Licensed under the Apache License, Version 2.0 (the "License"); -#you may not use this file except in compliance with the License. -#You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -#Unless required by applicable law or agreed to in writing, software -#distributed under the License is distributed on an "AS IS" BASIS, -#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -#See the License for the specific language governing permissions and -#limitations under the License. +# 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/. from marionette_driver.errors import InvalidArgumentException from marionette_harness import MarionetteTestCase class TestWindowPosition(MarionetteTestCase): def test_get_types(self):