mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
15 lines
507 B
INI
15 lines
507 B
INI
[DEFAULT]
|
|
skip-if = buildapp == 'mulet' || buildapp == 'b2g'
|
|
support-files = utils.js
|
|
|
|
[test_assign_event_data.html]
|
|
skip-if = toolkit == "cocoa" || e10s # Mac: Bug 933303
|
|
[test_bug565392.html]
|
|
skip-if = toolkit != "windows" || (e10s && os == 'win')
|
|
[test_picker_no_crash.html]
|
|
skip-if = toolkit != "windows" || (e10s && os == 'win')
|
|
support-files = window_picker_no_crash_child.html
|
|
[test_plugin_scroll_invalidation.html]
|
|
skip-if = toolkit != "gtk2" || e10s
|
|
support-files = plugin_scroll_invalidation.html
|