mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1107336: Update layout tests to use new Marionette Driver; r=jgriffin
This commit is contained in:
parent
43ba6dc933
commit
3de88cbfb6
@ -3,12 +3,13 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
from by import By
|
from marionette_driver.by import By
|
||||||
from marionette import Actions
|
from marionette_driver.marionette import Actions
|
||||||
from marionette_test import MarionetteTestCase
|
from marionette_test import MarionetteTestCase
|
||||||
|
from marionette_driver.selection import SelectionManager
|
||||||
|
from marionette_driver.gestures import long_press_without_contextmenu
|
||||||
|
|
||||||
from math import ceil, floor
|
from math import ceil, floor
|
||||||
from selection import SelectionManager
|
|
||||||
from gestures import long_press_without_contextmenu
|
|
||||||
|
|
||||||
|
|
||||||
class SelectionCaretsTest(MarionetteTestCase):
|
class SelectionCaretsTest(MarionetteTestCase):
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
from by import By
|
from marionette_driver.by import By
|
||||||
from marionette import Actions
|
from marionette_driver.marionette import Actions
|
||||||
from marionette_test import MarionetteTestCase
|
from marionette_test import MarionetteTestCase
|
||||||
from selection import SelectionManager
|
from marionette_driver.selection import SelectionManager
|
||||||
from gestures import long_press_without_contextmenu
|
from marionette_driver.gestures import long_press_without_contextmenu
|
||||||
|
|
||||||
|
|
||||||
class SelectionCaretsMultipleRangeTest(MarionetteTestCase):
|
class SelectionCaretsMultipleRangeTest(MarionetteTestCase):
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
from by import By
|
from marionette_driver.by import By
|
||||||
from marionette import Actions
|
from marionette_driver.marionette import Actions
|
||||||
|
from marionette_driver.selection import SelectionManager
|
||||||
from marionette_test import MarionetteTestCase
|
from marionette_test import MarionetteTestCase
|
||||||
from selection import SelectionManager
|
|
||||||
|
|
||||||
|
|
||||||
class TouchCaretTest(MarionetteTestCase):
|
class TouchCaretTest(MarionetteTestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user