Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | [DEFAULT] |
michael@0 | 2 | support-files = |
michael@0 | 3 | browser_context_menu_tests_01.html |
michael@0 | 4 | browser_context_menu_tests_02.html |
michael@0 | 5 | browser_context_menu_tests_03.html |
michael@0 | 6 | browser_context_menu_tests_04.html |
michael@0 | 7 | browser_context_menu_tests_05.html |
michael@0 | 8 | browser_findbar.html |
michael@0 | 9 | browser_form_auto_complete.html |
michael@0 | 10 | browser_form_selects.html |
michael@0 | 11 | browser_link_click.html |
michael@0 | 12 | browser_onscreen_keyboard.html |
michael@0 | 13 | browser_progress_indicator.xul |
michael@0 | 14 | browser_selection_basic.html |
michael@0 | 15 | browser_selection_caretfocus.html |
michael@0 | 16 | browser_selection_contenteditable.html |
michael@0 | 17 | browser_selection_frame_content.html |
michael@0 | 18 | browser_selection_frame_inputs.html |
michael@0 | 19 | browser_selection_frame_in_scrollable_container.html |
michael@0 | 20 | browser_selection_frame_textarea.html |
michael@0 | 21 | browser_selection_inputs.html |
michael@0 | 22 | browser_selection_textarea.html |
michael@0 | 23 | browser_tilegrid.xul |
michael@0 | 24 | head.js |
michael@0 | 25 | helpers/BookmarksHelper.js |
michael@0 | 26 | helpers/HistoryHelper.js |
michael@0 | 27 | helpers/ViewStateHelper.js |
michael@0 | 28 | res/image01.png |
michael@0 | 29 | res/textblock01.html |
michael@0 | 30 | res/textdivs01.html |
michael@0 | 31 | res/textinput01.html |
michael@0 | 32 | res/textarea01.html |
michael@0 | 33 | res/testEngine.xml |
michael@0 | 34 | res/blankpage1.html |
michael@0 | 35 | res/blankpage2.html |
michael@0 | 36 | res/blankpage3.html |
michael@0 | 37 | res/documentindesignmode.html |
michael@0 | 38 | |
michael@0 | 39 | [browser_apzc_basic.js] |
michael@0 | 40 | [browser_flyouts.js] |
michael@0 | 41 | [browser_bookmarks.js] |
michael@0 | 42 | [browser_canonizeURL.js] |
michael@0 | 43 | [browser_circular_progress_indicator.js] |
michael@0 | 44 | [browser_colorUtils.js] |
michael@0 | 45 | [browser_crashprompt.js] |
michael@0 | 46 | [browser_context_menu_tests.js] |
michael@0 | 47 | [browser_context_ui.js] |
michael@0 | 48 | [browser_downloads.js] |
michael@0 | 49 | [browser_findbar.js] |
michael@0 | 50 | [browser_form_auto_complete.js] |
michael@0 | 51 | [browser_form_selects.js] |
michael@0 | 52 | [browser_history.js] |
michael@0 | 53 | [browser_inputsource.js] |
michael@0 | 54 | [browser_link_click.js] |
michael@0 | 55 | [browser_menu_hoverstate.js] |
michael@0 | 56 | [browser_mouse_events.js] |
michael@0 | 57 | [browser_notifications.js] |
michael@0 | 58 | [browser_onscreen_keyboard.js] |
michael@0 | 59 | [browser_prefs_ui.js] |
michael@0 | 60 | [browser_private_browsing.js] |
michael@0 | 61 | [browser_prompt.js] |
michael@0 | 62 | [browser_remotetabs.js] |
michael@0 | 63 | [browser_sessionstore.js] |
michael@0 | 64 | [browser_snappedState.js] |
michael@0 | 65 | [browser_tabs.js] |
michael@0 | 66 | [browser_tabs_container.js] |
michael@0 | 67 | [browser_test.js] |
michael@0 | 68 | [browser_tiles.js] |
michael@0 | 69 | [browser_topsites.js] |
michael@0 | 70 | [browser_ui_telemetry.js] |
michael@0 | 71 | [browser_urlbar.js] |
michael@0 | 72 | [browser_urlbar_highlightURLs.js] |
michael@0 | 73 | [browser_urlbar_trimURLs.js] |
michael@0 | 74 | |
michael@0 | 75 | # These tests have known failures in debug builds |
michael@0 | 76 | [browser_selection_basic.js] |
michael@0 | 77 | skip-if = debug |
michael@0 | 78 | [browser_selection_textarea.js] |
michael@0 | 79 | skip-if = debug |
michael@0 | 80 | [browser_selection_frame_content.js] |
michael@0 | 81 | skip-if = debug |
michael@0 | 82 | [browser_selection_frame_in_scrollable_container.js] |
michael@0 | 83 | skip-if = debug |
michael@0 | 84 | [browser_selection_inputs.js] |
michael@0 | 85 | skip-if = debug |
michael@0 | 86 | [browser_selection_frame_textarea.js] |
michael@0 | 87 | skip-if = debug |
michael@0 | 88 | [browser_selection_frame_inputs.js] |
michael@0 | 89 | skip-if = debug |
michael@0 | 90 | [browser_selection_urlbar.js] |
michael@0 | 91 | skip-if = debug |
michael@0 | 92 | [browser_selection_contenteditable.js] |
michael@0 | 93 | skip-if = debug |
michael@0 | 94 | [browser_selection_caretfocus.js] |
michael@0 | 95 | skip-if = true # Intermittent failures on opt as well, bug 900641 |