blob: af357a06821ea41cc5f09fcd77d1dcbe44bc86ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
[DEFAULT]
prefs =
gfx.font_loader.delay=0
support-files =
apz_test_native_event_utils.js
apz_test_utils.js
green100x100.png
helper_*.*
tags = apz
[test_abort_smooth_scroll_by_instant_scroll.html]
[test_bug1151667.html]
skip-if =
os == 'android' # wheel events not supported on mobile
[test_bug1253683.html]
skip-if =
os == 'android' # wheel events not supported on mobile
[test_bug1277814.html]
skip-if =
os == 'android' # wheel events not supported on mobile
[test_bug1304689-2.html]
[test_bug1304689.html]
[test_frame_reconstruction.html]
[test_group_bug1534549.html]
[test_group_checkerboarding.html]
skip-if =
http3
[test_group_displayport.html]
[test_group_double_tap_zoom-2.html]
run-if = ((os == 'android') || (os == 'mac')) # FIXME: enable on more desktop platforms (see bug 1608506 comment 4)
[test_group_double_tap_zoom.html]
run-if = ((os == 'android') || (os == 'mac')) # FIXME: enable on more desktop platforms (see bug 1608506 comment 4)
[test_group_fullscreen.html]
run-if = (os == 'android')
[test_group_hittest-1.html]
skip-if =
toolkit == 'android' # mouse events not supported on mobile
[test_group_hittest-2.html]
skip-if =
toolkit == 'android' # mouse events not supported on mobile
os == 'win' && (bits == 32 || asan)
os == 'linux' && asan # stack is not large enough for the test
http3
[test_group_hittest-3.html]
skip-if =
toolkit == 'android' # mouse events not supported on mobile
os == 'win' && (bits == 32 || asan)
http3
[test_group_hittest-overscroll.html]
skip-if =
toolkit == 'android' # mouse events not supported on mobile
[test_group_keyboard-2.html]
[test_group_keyboard.html]
[test_group_mainthread.html]
[test_group_minimum_scale_size.html]
run-if = (os == 'android')
[test_group_mouseevents.html]
skip-if =
toolkit == 'android' # mouse events not supported on mobile
[test_group_overrides.html]
skip-if =
toolkit == 'android' # wheel events not supported on mobile
[test_group_overscroll.html]
skip-if =
toolkit == 'android' # wheel events not supported on mobile
[test_group_overscroll_handoff.html]
skip-if =
toolkit == 'android' # wheel events not supported on mobile
http3
[test_group_pointerevents.html]
skip-if = (os == 'win' && os_version == '10.0') # Bug 1404836
[test_group_programmatic_scroll_behavior.html]
[test_group_scroll_linked_effect.html]
skip-if =
(toolkit == 'android') # wheel events not supported on mobile
http3
[test_group_scroll_snap.html]
skip-if = (os == 'android') # wheel events not supported on mobile
[test_group_scrollend.html]
skip-if = (toolkit == 'android') # wheel events not supported on mobile
[test_group_scrollframe_activation.html]
[test_group_touchevents-2.html]
[test_group_touchevents-3.html]
[test_group_touchevents-4.html]
[test_group_touchevents-5.html]
[test_group_touchevents.html]
[test_group_wheelevents.html]
skip-if = (toolkit == 'android') # wheel events not supported on mobile
[test_group_zoom-2.html]
skip-if = (os == 'win') # see bug 1495580 for Windows
[test_group_zoom.html]
skip-if =
os == 'win' # see bug 1495580 for Windows
[test_group_zoomToFocusedInput.html]
[test_interrupted_reflow.html]
[test_layerization.html]
skip-if =
os == 'android' # wheel events not supported on mobile
os == 'linux' && fission && headless # Bug 1722907
[test_relative_update.html]
skip-if =
os == 'android' # wheel events not supported on mobile
[test_scroll_inactive_bug1190112.html]
skip-if = (os == 'android') # wheel events not supported on mobile
[test_scroll_inactive_flattened_frame.html]
skip-if = (os == 'android') # wheel events not supported on mobile
[test_scroll_subframe_scrollbar.html]
skip-if = (os == 'android') # wheel events not supported on mobile
[test_smoothness.html]
# hardware vsync only on win/mac
# Frame Uniformity recording is not implemented for webrender
skip-if =
debug
(os != 'mac' && os != 'win')
verify
true # Don't run in CI yet, see bug 1657477
[test_touch_listeners_impacting_wheel.html]
skip-if =
toolkit == 'android' # wheel events not supported on mobile
toolkit == 'cocoa' # synthesized wheel smooth-scrolling not supported on OS X
[test_wheel_scroll.html]
skip-if =
os == 'android' # wheel events not supported on mobile
[test_wheel_transactions.html]
skip-if =
toolkit == 'android' # wheel events not supported on mobile
|