browser.toml (3128B)
1 [DEFAULT] 2 support-files = [ 3 "head.js", 4 "discovery.html", 5 "moz.png", 6 "rich_moz_1.png", 7 "rich_moz_2.png", 8 "file_bug970276_favicon1.ico", 9 "file_generic_favicon.ico", 10 "file_with_favicon.html", 11 ] 12 prefs = ["browser.chrome.guess_favicon=true"] 13 14 ["browser_bug408415.js"] 15 16 ["browser_bug550565.js"] 17 18 ["browser_favicon_accept.js"] 19 support-files = [ 20 "accept.html", 21 "accept.sjs", 22 ] 23 24 ["browser_favicon_auth.js"] 25 support-files = [ 26 "auth_test.html", 27 "auth_test.png", 28 "auth_test.png^headers^", 29 ] 30 31 ["browser_favicon_cache.js"] 32 support-files = [ 33 "cookie_favicon.sjs", 34 "cookie_favicon.html", 35 ] 36 37 ["browser_favicon_change.js"] 38 support-files = ["file_favicon_change.html"] 39 40 ["browser_favicon_change_not_in_document.js"] 41 support-files = ["file_favicon_change_not_in_document.html"] 42 43 ["browser_favicon_credentials.js"] 44 https_first_disabled = true 45 support-files = [ 46 "credentials1.html", 47 "credentials2.html", 48 "credentials.png", 49 "credentials.png^headers^", 50 ] 51 52 ["browser_favicon_crossorigin.js"] 53 https_first_disabled = true 54 support-files = [ 55 "crossorigin.html", 56 "crossorigin.png", 57 "crossorigin.png^headers^", 58 ] 59 60 ["browser_favicon_empty_data.js"] 61 support-files = [ 62 "blank.html", 63 "file_favicon_empty.html", 64 ] 65 66 ["browser_favicon_load.js"] 67 https_first_disabled = true 68 support-files = [ 69 "file_favicon.html", 70 "file_favicon.png", 71 "file_favicon.png^headers^", 72 "file_favicon_thirdParty.html", 73 ] 74 75 ["browser_favicon_nostore.js"] 76 https_first_disabled = true 77 support-files = [ 78 "no-store.html", 79 "no-store.png", 80 "no-store.png^headers^", 81 ] 82 83 ["browser_favicon_referer.js"] 84 support-files = ["file_favicon_no_referrer.html"] 85 86 ["browser_favicon_store.js"] 87 support-files = [ 88 "datauri-favicon.html", 89 "file_favicon.html", 90 "file_favicon.png", 91 "file_favicon.png^headers^", 92 ] 93 94 ["browser_favicon_svg.js"] 95 support-files = [ 96 "file_favicon_svg.html", 97 "file_favicon.svg" 98 ] 99 100 ["browser_icon_discovery.js"] 101 102 ["browser_invalid_href_fallback.js"] 103 https_first_disabled = true 104 support-files = ["file_invalid_href.html"] 105 106 ["browser_missing_favicon.js"] 107 support-files = ["blank.html"] 108 109 ["browser_mixed_content.js"] 110 support-files = [ 111 "file_insecure_favicon.html", 112 "file_favicon.png", 113 ] 114 115 ["browser_multiple_ico.js"] 116 support-files = [ 117 "file_multiple_ico.html", 118 "file_multiple.ico", 119 ] 120 121 ["browser_multiple_icons_in_short_timeframe.js"] 122 123 ["browser_oversized.js"] 124 support-files = [ 125 "large_favicon.html", 126 "large.png", 127 ] 128 129 ["browser_preferred_icons.js"] 130 support-files = ["icon.svg"] 131 132 ["browser_redirect.js"] 133 support-files = [ 134 "file_favicon_redirect.html", 135 "file_favicon_redirect.ico", 136 "file_favicon_redirect.ico^headers^", 137 ] 138 139 ["browser_rich_icons.js"] 140 support-files = [ 141 "file_rich_icon.html", 142 "file_mask_icon.html", 143 ] 144 145 ["browser_rooticon.js"] 146 https_first_disabled = true 147 support-files = ["blank.html"] 148 149 ["browser_subframe_favicons_not_used.js"] 150 support-files = [ 151 "file_bug970276_popup1.html", 152 "file_bug970276_popup2.html", 153 "file_bug970276_favicon2.ico", 154 ] 155 156 ["browser_title_flicker.js"] 157 https_first_disabled = true 158 support-files = [ 159 "file_with_slow_favicon.html", 160 "blank.html", 161 "file_favicon.png", 162 ]