mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
44c67fa21b
AccessibleCaret should behave like TouchCaret and SelectionCarets. I refactor the setUp() to support both the old and new preferences. Rename test_selectioncarets_multiplerange.py to test_selectioncarets2.py since it now contains more than just multirange tests. _test_handle_tilt_when_carets_overlap_to_each_other() is modified because AccessibleCaret does not inflate the caret hit rectangle as TouchCaret/SelectionCarets did. The point for tilt caret edges need to shrink a bit. In test_touchcaret.py, instead of setting _large_expiration_time, I just disable caret timeout by default for every test. For those timeout tests, use one second timeout to reduce test running time, and allow 1.5x margin to prevent intermittent failures. Refine test case that move touch caret to front by using the real position at the front rather than (0, 0). Use skip_if_not_rotatable decorator for better log message.
17 lines
360 B
INI
17 lines
360 B
INI
[DEFAULT]
|
|
; true if the test requires an emulator, otherwise false
|
|
qemu = false
|
|
|
|
; true if the test is compatible with the browser, otherwise false
|
|
browser = true
|
|
|
|
; true if the test is compatible with b2g, otherwise false
|
|
b2g = true
|
|
|
|
; true if the test should be skipped
|
|
skip = false
|
|
|
|
[test_touchcaret.py]
|
|
[test_selectioncarets.py]
|
|
[test_selectioncarets2.py]
|