mochitest.toml (5502B)
1 [DEFAULT] 2 support-files = [ 3 "497633.html", 4 "fail.png", 5 "file_bug628069.html", 6 "file_clonewrapper.html", 7 "file_domWindowUtils_scrollbarSize.html", 8 "file_frameElementWrapping.html", 9 "file_moving_nodeList.html", 10 "file_moving_xhr.html", 11 "file_resource_timing_nocors.html", 12 "generateCss.sjs", 13 "historyframes.html", 14 "start_historyframe.html", 15 "url1_historyframe.html", 16 "url2_historyframe.html", 17 "image_50.png", 18 "image_100.png", 19 "image_200.png", 20 "pass.apng", 21 "performance_timeline_main_test.html", 22 "resource_timing_iframe.html", 23 "resource_timing_main_test.html", 24 "resource_timing_cross_origin.html", 25 "res0.resource", 26 "res1.resource", 27 "res1.resource^headers^", 28 "res2.resource", 29 "res2.resource^headers^", 30 "res3.resource", 31 "res3.resource^headers^", 32 "res4.resource", 33 "res4.resource^headers^", 34 "res5.resource", 35 "res5.resource^headers^", 36 "res6.resource", 37 "res6.resource^headers^", 38 "res7.resource", 39 "res7.resource^headers^", 40 "res8.resource", 41 "res8.resource^headers^", 42 "resource_timing.js", 43 "navigation_timing.html", 44 "frameStorageAllowed.html", 45 "frameStoragePrevented.html", 46 "frameStorageChrome.html", 47 "frameStorageNullprincipal.sjs", 48 "workerStorageAllowed.js", 49 "workerStoragePrevented.js", 50 "storagePermissionsUtils.js", 51 "window_storagePermissions.html", 52 "frameSelectEvents.html", 53 "!/image/test/mochitest/big.png", 54 "!/image/test/mochitest/blue.png", 55 "!/image/test/mochitest/clear.png", 56 "!/image/test/mochitest/damon.jpg", 57 "!/image/test/mochitest/over.png", 58 "!/image/test/mochitest/red.png", 59 "!/dom/base/test/Ahem.ttf", 60 "!/dom/base/test/file_empty.html", 61 "!/dom/base/test/file_use_counter_svg_fill_pattern_data.svg", 62 "resource_timing_location_navigate.html", 63 "resource_timing_meta_refresh.html", 64 "resource_timing_redirect.html", 65 "resource_timing_redirect.html^headers^", 66 "embed_navigate.html", 67 "postback.html", 68 ] 69 70 ["test_497898.html"] 71 72 ["test_CCW_optimization.html"] 73 74 ["test_DOMMatrix.html"] 75 76 ["test_WebKitCSSMatrix.html"] 77 78 ["test_bug504220.html"] 79 80 ["test_bug628069_1.html"] 81 82 ["test_bug628069_2.html"] 83 84 ["test_bug631440.html"] 85 86 ["test_bug653364.html"] 87 88 ["test_bug861217.html"] 89 90 ["test_bug1161721.html"] 91 92 ["test_bug1208217.html"] 93 94 ["test_bug1313753.html"] 95 96 ["test_bug1434273.html"] 97 98 ["test_clientRects.html"] 99 100 ["test_clipboard_disallowed.html"] 101 102 ["test_clipboard_events.html"] 103 support-files = ["window_clipboard_events.html"] 104 skip-if = [ 105 "headless", # bug 1403542 106 ] 107 108 ["test_consoleAPI.html"] 109 110 ["test_contentViewer_overrideDPPX.html"] 111 112 ["test_devicePixelRatio_with_zoom.html"] 113 114 ["test_domWindowUtils.html"] 115 116 ["test_domWindowUtils_scrollXY.html"] 117 118 ["test_domWindowUtils_scrollbarSize.html"] 119 skip-if = [ 120 "http2", 121 "http3", 122 ] 123 124 ["test_donottrack.html"] 125 126 ["test_focus_legend_noparent.html"] 127 128 ["test_focus_scrollchildframe.html"] 129 130 ["test_for_of.html"] 131 132 ["test_frameElementWrapping.html"] 133 skip-if = [ 134 "http2", 135 "http3", 136 ] 137 138 ["test_framedhistoryframes.html"] 139 skip-if = [ 140 "http2", 141 "http3", 142 ] 143 144 ["test_img_mutations.html"] 145 146 ["test_interfaces.html"] 147 skip-if = [ 148 "http2", 149 "http3", 150 ] 151 support-files = [ 152 "test_interfaces.js", 153 "interface_exposure_checker.js", 154 ] 155 156 ["test_interfaces_secureContext.html"] 157 scheme = "https" 158 support-files = [ 159 "test_interfaces.js", 160 "interface_exposure_checker.js", 161 ] 162 163 ["test_media_queries_with_zoom.html"] 164 165 ["test_navigation_timing.html"] 166 167 ["test_offsets.html"] 168 support-files = ["test_offsets.js"] 169 170 ["test_outerHTML.html"] 171 172 ["test_outerHTML.xhtml"] 173 174 ["test_paste_selection.html"] 175 176 ["test_performance_nav_timing_before_onload.html"] 177 178 ["test_performance_now.html"] 179 180 ["test_performance_timeline.html"] 181 skip-if = [ 182 "http2", 183 "http3", 184 ] 185 186 ["test_picture_apng.html"] 187 188 ["test_picture_mutations.html"] 189 190 ["test_pointerPreserves3D.html"] 191 192 ["test_pointerPreserves3DClip.html"] 193 194 ["test_pointerPreserves3DPerspective.html"] 195 196 ["test_resizeby.html"] 197 skip-if = [ 198 "os == 'android'", # Window sizes cannot be controled on android; Windows 199 "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Decorations arrive async and mess up the resize intermittently on automation. 200 "os == 'linux' && os_version == '24.04' && arch == 'x86_64'", # Bug 1604152, 1974454 201 ] 202 203 ["test_resource_timing.html"] 204 skip-if = [ 205 "http2", 206 "http3", 207 ] 208 209 ["test_resource_timing_cross_origin.html"] 210 skip-if = [ 211 "http2", 212 "http3", 213 ] 214 215 ["test_resource_timing_cross_origin_navigate.html"] 216 skip-if = [ 217 "http2", 218 "http3", 219 ] 220 221 ["test_resource_timing_frameset.html"] 222 skip-if = [ 223 "http2", 224 "http3", 225 ] 226 227 ["test_resource_timing_nocors.html"] 228 skip-if = [ 229 "http2", 230 "http3", 231 ] 232 233 ["test_selectevents.html"] 234 skip-if = [ 235 "os == 'android'", # bug 1627523 236 ] 237 238 ["test_showModalDialog_removed.html"] 239 240 ["test_storagePermissionsAccept.html"] 241 skip-if = [ 242 "http2", 243 "http3", 244 ] 245 246 ["test_storagePermissionsLimitForeign.html"] 247 skip-if = [ 248 "http2", 249 "http3", 250 ] 251 252 ["test_storagePermissionsReject.html"] 253 skip-if = [ 254 "http2", 255 "http3", 256 ] 257 258 ["test_storagePermissionsRejectForeign.html"] 259 skip-if = [ 260 "http2", 261 "http3", 262 ] 263 264 ["test_stylesheetPI.html"] 265 266 ["test_toggling_performance_navigation_timing.html"] 267 skip-if = [ 268 "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && opt", # Bug 1730152 269 "os == 'win' && os_version == '10.2009' && arch == 'x86_64' && opt", # Bug 1730152 270 ] 271 272 ["test_vibrator.html"] 273 fail-if = [ 274 "xorigin", 275 ] 276 skip-if = [ 277 "http2", 278 "http3", 279 ] 280 281 ["test_windowProperties.html"] 282 283 ["test_windowedhistoryframes.html"] 284 skip-if = [ 285 "http2", 286 "http3", 287 ]