diff options
Diffstat (limited to 'mobile/android/tests/browser/chrome/chrome.ini')
-rw-r--r-- | mobile/android/tests/browser/chrome/chrome.ini | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/mobile/android/tests/browser/chrome/chrome.ini b/mobile/android/tests/browser/chrome/chrome.ini new file mode 100644 index 000000000..f190d6199 --- /dev/null +++ b/mobile/android/tests/browser/chrome/chrome.ini @@ -0,0 +1,49 @@ +[DEFAULT] +skip-if = os != 'android' +support-files = + basic_article.html + basic_article_mobile.html + desktopmode_user_agent.sjs + devicesearch.xml + head.js + head_search.js + session_formdata_sample.html + simpleservice.xml + video_controls.html + video_discovery.html + video_discovery.sjs + web_channel.html + tp5/** + +[test_about_logins.html] +[test_accounts.html] +[test_android_log.html] +[test_app_constants.html] +[test_awsy_lite.html] +# historically, we only run awsy on opt; gc times out on debug +skip-if = debug +[test_debugger_server.html] +[test_desktop_useragent.html] +[test_device_search_engine.html] +[test_get_last_visited.html] +[test_home_provider.html] +[test_hidden_select_option.html] +[test_identity_mode.html] +[test_java_addons.html] +[test_jni.html] +[test_migrate_ui.html] +[test_network_manager.html] +[test_offline_page.html] +skip-if = true # Bug 1241478 +[test_reader_view.html] +[test_resource_substitutions.html] +[test_restricted_profiles.html] +[test_select_disabled.html] +[test_selectoraddtab.html] +[test_session_form_data.html] +[test_session_scroll_position.html] +[test_session_zombification.html] +[test_shared_preferences.html] +[test_simple_discovery.html] +[test_video_discovery.html] +[test_web_channel.html] |