blob: af2c778947d7b2a4be19b9fb070ba9be05ef2f11 (
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
|
[DEFAULT]
skip-if = ["os == 'android'"]
support-files = [
"tree_shared.js",
"popup_shared.js",
"window_label_checkbox.xhtml",
"window_menubar.xhtml",
"seek_with_sound.ogg",
]
prefs = ["app.support.baseURL='https://support.mozilla.org/'"]
["test_contextmenu_menugroup.xhtml"]
skip-if = ["os == 'linux'"] # Bug 1115088
["test_contextmenu_nested.xhtml"]
skip-if = ["os == 'linux'"] # Bug 1116215
["test_editor_currentURI.xhtml"]
["test_label_checkbox.xhtml"]
["test_menubar.xhtml"]
skip-if = ["os == 'mac'"]
["test_moz_button_group.html"]
["test_moz_card.html"]
["test_moz_five_star.html"]
["test_moz_label.html"]
["test_moz_message_bar.html"]
["test_moz_support_link.html"]
["test_moz_toggle.html"]
["test_panel_item_accesskey.html"]
["test_panel_list_accessibility.html"]
["test_panel_list_anchoring.html"]
["test_panel_list_in_xul_panel.html"]
["test_panel_list_min_width_from_anchor.html"]
["test_popupanchor.xhtml"]
skip-if = [
"os == 'linux' && os_version == '18.04'", # Bug 1335894 perma-fail on linux 16.04
"verify && os == 'win'",
]
["test_popupreflows.xhtml"]
["test_tree_column_reorder.xhtml"]
["test_videocontrols_focus.html"]
support-files = [
"head.js",
"video.ogg",
]
skip-if = [
"os == 'android'",
"os == 'linux' && debug", # Bug 1765783
]
["test_videocontrols_onclickplay.html"]
|