summaryrefslogtreecommitdiffstats
path: root/accessible/tests/mochitest/events/a11y.toml
blob: 501b59f7b71535090d68f81fa02230f02b72cb9d (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
126
127
128
[DEFAULT]
support-files = [
  "focus.html",
  "scroll.html",
  "slow_image.sjs",
  "!/accessible/tests/mochitest/*.js",
  "!/accessible/tests/mochitest/letters.gif",
  "!/image/test/mochitest/animated-gif-finalframe.gif",
  "!/image/test/mochitest/animated-gif.gif"]

["test_announcement.html"]

["test_aria_alert.html"]

["test_aria_menu.html"]

["test_aria_objattr.html"]

["test_aria_owns.html"]

["test_aria_statechange.html"]

["test_attrchange.html"]

["test_attrs.html"]

["test_bug1322593-2.html"]

["test_bug1322593.html"]

["test_caretmove.html"]

["test_coalescence.html"]

["test_contextmenu.html"]

["test_descrchange.html"]

["test_dragndrop.html"]

["test_flush.html"]

["test_focus_aria_activedescendant.html"]

["test_focus_autocomplete.html"]

["test_focus_autocomplete.xhtml"]
# Disabled on Linux and Windows due to frequent failures - bug 695019, bug 890795
skip-if = [
  "os == 'win'",
  "os == 'linux'",
]

["test_focus_canvas.html"]

["test_focus_contextmenu.xhtml"]

["test_focus_controls.html"]

["test_focus_doc.html"]

["test_focus_general.html"]

["test_focus_general.xhtml"]

["test_focus_listcontrols.xhtml"]

["test_focus_menu.xhtml"]

["test_focus_name.html"]

["test_focus_removal.html"]

["test_focus_selects.html"]

["test_focus_tabbox.xhtml"]
skip-if = ["true"]

["test_focus_tree.xhtml"]

["test_focusable_statechange.html"]

["test_fromUserInput.html"]

["test_label.xhtml"]

["test_menu.xhtml"]

["test_mutation.html"]

["test_namechange.html"]

["test_namechange.xhtml"]

["test_scroll.xhtml"]

["test_scroll_caret.xhtml"]

["test_selection.html"]
skip-if = [
  "os == 'mac'",
]

["test_selection.xhtml"]
skip-if = [
  "os == 'mac'",
]

["test_selection_aria.html"]

["test_statechange.html"]

["test_statechange.xhtml"]

["test_text.html"]

["test_text_alg.html"]

["test_textattrchange.html"]

["test_textselchange.html"]

["test_tree.xhtml"]

["test_valuechange.html"]
skip-if = [
  "os == 'mac'",
]