mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-10-31 15:05:46 +00:00
15 lines
457 B
INI
15 lines
457 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"
|
||
|
[test_picker_no_crash.html]
|
||
|
skip-if = toolkit != "windows"
|
||
|
support-files = window_picker_no_crash_child.html
|
||
|
[test_plugin_scroll_invalidation.html]
|
||
|
skip-if = toolkit != "gtk2" || e10s
|
||
|
support-files = plugin_scroll_invalidation.html
|