mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
2b32f597cb
Removes NPAPI plugin features from tests outside of dom/plugins. Some tests are updated to avoid NPAPI behavior and others are deleted if they no longer offer anthing useful. Differential Revision: https://phabricator.services.mozilla.com/D107134
16 lines
718 B
INI
16 lines
718 B
INI
[test_AltGr_key_events_in_web_content_on_windows.html]
|
|
skip-if = toolkit != 'windows' || headless # headless: Bug 1410525
|
|
[test_actionhint.html]
|
|
[test_assign_event_data.html]
|
|
skip-if = toolkit == "cocoa" || (toolkit == 'android' && debug) || android_version == '24' || (headless && os == "win") # Mac: Bug 933303, Android bug 1285414
|
|
[test_autocapitalize.html]
|
|
[test_keypress_event_with_alt_on_mac.html]
|
|
skip-if = toolkit != "cocoa"
|
|
[test_mouse_event_with_control_on_mac.html]
|
|
skip-if = toolkit != "cocoa"
|
|
[test_picker_no_crash.html]
|
|
skip-if = toolkit != "windows" || e10s # Bug 1267491
|
|
support-files = window_picker_no_crash_child.html
|
|
[test_scrollbar_colors.html]
|
|
skip-if = (os == 'linux' && headless) # bug 1460109
|