blob: 655c41e3e136e0553ae5fef139778d03fb78506e (
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
|
[DEFAULT]
skip-if = os == 'android'
support-files =
tree_shared.js
popup_shared.js
window_label_checkbox.xhtml
window_menubar.xhtml
seek_with_sound.ogg
[test_contextmenu_nested.xhtml]
skip-if = os == 'linux' # Bug 1116215
[test_contextmenu_menugroup.xhtml]
skip-if = os == 'linux' # Bug 1115088
[test_editor_currentURI.xhtml]
[test_label_checkbox.xhtml]
[test_menubar.xhtml]
skip-if = os == 'mac'
[test_popupanchor.xhtml]
skip-if = os == 'linux' || (verify && (os == 'win')) # Bug 1335894 perma-fail on linux 16.04
[test_popupreflows.xhtml]
[test_tree_column_reorder.xhtml]
[test_videocontrols_onclickplay.html]
[test_videocontrols_focus.html]
support-files =
head.js
video.ogg
skip-if = toolkit == 'android'
|