summaryrefslogtreecommitdiffstats
path: root/layout/forms/test/mochitest.toml
blob: 0748041524eebd8b3d3ed652080ed447a1b2e678 (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
[DEFAULT]
support-files = [
  "bug287446_subframe.html",
  "bug477700_subframe.html",
  "bug564115_window.html",
]

["test_bug231389.html"]

["test_bug287446.html"]
skip-if = [
  "http3",
  "http2",
]

["test_bug345267.html"]

["test_bug346043.html"]

["test_bug348236.html"]
skip-if = ["true"] # mac(select form control popup behavior is different)

["test_bug353539.html"]

["test_bug365410.html"]

["test_bug378670.html"]

["test_bug402198.html"]

["test_bug411236.html"]

["test_bug446663.html"]

["test_bug476308.html"]

["test_bug477531.html"]

["test_bug477700.html"]
skip-if = [
  "http3",
  "http2",
]

["test_bug534785.html"]

["test_bug542914.html"]

["test_bug549170.html"]

["test_bug562447.html"]

["test_bug563642.html"]

["test_bug564115.html"]
skip-if = ["os == 'android'"] #TIMED_OUT

["test_bug571352.html"]
skip-if = ["os == 'android'"] #TIMED_OUT

["test_bug572406.html"]

["test_bug572649.html"]
skip-if = ["os == 'android'"] # Bug 1635771

["test_bug595310.html"]

["test_bug620936.html"]

["test_bug644542.html"]

["test_bug672810.html"]

["test_bug704049.html"]

["test_bug717878_input_scroll.html"]

["test_bug869314.html"]

["test_bug903715.html"]
skip-if = ["true"]

["test_bug935876.html"]

["test_bug957562.html"]

["test_bug960277.html"]

["test_bug1111995.html"]

["test_bug1301290.html"]
skip-if = ["os == 'android'"]

["test_bug1305282.html"]

["test_bug1327129.html"]

["test_bug1529036.html"]

["test_listcontrol_search.html"]

["test_readonly.html"]

["test_select_collapsed_page_keys.html"]
skip-if = ["os == 'mac'"] # select control keyboard behavior is different

["test_select_key_navigation_bug961363.html"]

["test_select_key_navigation_bug1498769.html"]

["test_select_prevent_default.html"]

["test_select_reframe.html"]

["test_select_vertical.html"]
skip-if = ["true"] # Bug 1170129, # <select> elements don't use an in-page popup on Android

["test_textarea_resize.html"]
skip-if = ["os == 'android'"]

["test_unstyled_control_height.html"]