blob: bf7bfe689d2f586be7973d3be48be8621b80c612 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[DEFAULT]
support-files = utils.js
[test_assign_event_data.html]
subsuite = clipboard
skip-if = toolkit == "cocoa" # Mac: Bug 933303
[test_bug565392.html]
subsuite = clipboard
skip-if = toolkit != "windows" || e10s # Bug 1267406
[test_picker_no_crash.html]
skip-if = toolkit != "windows" || e10s # Bug 1267491
support-files = window_picker_no_crash_child.html
|