mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
|