tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mochitest.toml (7763B)


      1 [DEFAULT]
      2 support-files = [
      3  "file_drawImage_document_domain.html",
      4  "image_anim-gr.gif",
      5  "image_anim-gr.png",
      6  "image_anim-poster-gr.png",
      7  "image_broken.png",
      8  "image_error-early.png",
      9  "image_ggrr-256x256.png",
     10  "image_green-16x16.png",
     11  "image_green-1x1.png",
     12  "image_green-redirect",
     13  "image_green-redirect^headers^",
     14  "image_green.png",
     15  "image_red-16x16.png",
     16  "image_red.png",
     17  "image_red_crossorigin_credentials.png",
     18  "image_red_crossorigin_credentials.png^headers^",
     19  "image_redtransparent.png",
     20  "image_rgrg-256x256.png",
     21  "image_rrgg-256x256.png",
     22  "image_transparent.png",
     23  "image_transparent50.png",
     24  "image_yellow.png",
     25  "image_yellow75.png",
     26  "image_roundrectangle.svg",
     27  "imagebitmap_bug1239300.js",
     28  "imagebitmap_bug1239752.js",
     29  "imagebitmap_on_worker.js",
     30  "imagebitmap_structuredclone.js",
     31  "imagebitmap_structuredclone_iframe.html",
     32  "imagebitmap_structuredclone_utils.js",
     33  "offscreencanvas.js",
     34  "offscreencanvas_mask.svg",
     35  "offscreencanvas_neuter.js",
     36  "offscreencanvas_serviceworker_inner.html",
     37  "crossorigin/image.png",
     38  "crossorigin/video.sjs",
     39  "../../media/test/320x240.webm",
     40 ]
     41 # The video used in those tests crash the Android emulator's VP9 decoder.
     42 prefs = [
     43  "media.android-media-codec.enabled=false",
     44 ]
     45 
     46 ["test_2d.clearRect.image.offscreen.html"]
     47 
     48 ["test_2d.clip.winding.html"]
     49 
     50 ["test_2d.composite.canvas.color-burn.html"]
     51 
     52 ["test_2d.composite.canvas.color-dodge.html"]
     53 
     54 ["test_2d.composite.canvas.color.html"]
     55 
     56 ["test_2d.composite.canvas.darken.html"]
     57 
     58 ["test_2d.composite.canvas.difference.html"]
     59 
     60 ["test_2d.composite.canvas.exclusion.html"]
     61 
     62 ["test_2d.composite.canvas.hard-light.html"]
     63 
     64 ["test_2d.composite.canvas.hue.html"]
     65 
     66 ["test_2d.composite.canvas.lighten.html"]
     67 
     68 ["test_2d.composite.canvas.luminosity.html"]
     69 
     70 ["test_2d.composite.canvas.multiply.html"]
     71 
     72 ["test_2d.composite.canvas.overlay.html"]
     73 
     74 ["test_2d.composite.canvas.saturation.html"]
     75 
     76 ["test_2d.composite.canvas.screen.html"]
     77 
     78 ["test_2d.composite.canvas.soft-light.html"]
     79 
     80 ["test_2d.composite.solid.color-burn.html"]
     81 
     82 ["test_2d.composite.solid.color-dodge.html"]
     83 
     84 ["test_2d.composite.solid.color.html"]
     85 
     86 ["test_2d.composite.solid.darken.html"]
     87 
     88 ["test_2d.composite.solid.difference.html"]
     89 
     90 ["test_2d.composite.solid.exclusion.html"]
     91 
     92 ["test_2d.composite.solid.hard-light.html"]
     93 
     94 ["test_2d.composite.solid.hue.html"]
     95 
     96 ["test_2d.composite.solid.lighten.html"]
     97 
     98 ["test_2d.composite.solid.luminosity.html"]
     99 
    100 ["test_2d.composite.solid.multiply.html"]
    101 
    102 ["test_2d.composite.solid.overlay.html"]
    103 
    104 ["test_2d.composite.solid.saturation.html"]
    105 
    106 ["test_2d.composite.solid.screen.html"]
    107 
    108 ["test_2d.composite.solid.soft-light.html"]
    109 
    110 ["test_2d.composite.uncovered.fill.color-burn.html"]
    111 
    112 ["test_2d.composite.uncovered.fill.color-dodge.html"]
    113 
    114 ["test_2d.composite.uncovered.fill.color.html"]
    115 
    116 ["test_2d.composite.uncovered.fill.darken.html"]
    117 
    118 ["test_2d.composite.uncovered.fill.difference.html"]
    119 
    120 ["test_2d.composite.uncovered.fill.exclusion.html"]
    121 
    122 ["test_2d.composite.uncovered.fill.hard-light.html"]
    123 
    124 ["test_2d.composite.uncovered.fill.hue.html"]
    125 
    126 ["test_2d.composite.uncovered.fill.lighten.html"]
    127 
    128 ["test_2d.composite.uncovered.fill.luminosity.html"]
    129 
    130 ["test_2d.composite.uncovered.fill.multiply.html"]
    131 
    132 ["test_2d.composite.uncovered.fill.overlay.html"]
    133 
    134 ["test_2d.composite.uncovered.fill.saturation.html"]
    135 
    136 ["test_2d.composite.uncovered.fill.screen.html"]
    137 
    138 ["test_2d.composite.uncovered.fill.soft-light.html"]
    139 
    140 ["test_2d.drawImage.zerocanvas.html"]
    141 
    142 ["test_2d.fill.pattern.imageSmoothingEnabled.html"]
    143 
    144 ["test_2d.fill.winding.html"]
    145 
    146 ["test_2d.fillText.gradient.html"]
    147 
    148 ["test_2d.gradient.radial.cone.behind.html"]
    149 
    150 ["test_2d.gradient.radial.cone.beside.html"]
    151 
    152 ["test_2d.gradient.radial.cone.front.html"]
    153 
    154 ["test_2d.gradient.radial.cone.shape2.html"]
    155 
    156 ["test_2d.gradient.radial.cone.top.html"]
    157 
    158 ["test_2d.gradient.radial.equal.html"]
    159 
    160 ["test_2d.gradient.radial.inside2.html"]
    161 
    162 ["test_2d.gradient.radial.inside3.html"]
    163 
    164 ["test_2d.gradient.radial.outside1.html"]
    165 
    166 ["test_2d.gradient.radial.outside2.html"]
    167 
    168 ["test_2d.gradient.radial.outside3.html"]
    169 
    170 ["test_2d.gradient.radial.touch1.html"]
    171 
    172 ["test_2d.gradient.radial.touch2.html"]
    173 
    174 ["test_2d.gradient.radial.touch3.html"]
    175 
    176 ["test_2d.isPointInPath.winding.html"]
    177 
    178 ["test_2d.line.cap.closed.html"]
    179 
    180 ["test_2d.line.join.parallel.html"]
    181 
    182 ["test_2d.path.arc.shape.3.html"]
    183 
    184 ["test_2d.path.rect.selfintersect.html"]
    185 
    186 ["test_2d.strokeRect.zero.5.html"]
    187 
    188 ["test_2d_composite_canvaspattern_setTransform.html"]
    189 
    190 ["test_ImageData_ctor.html"]
    191 
    192 ["test_accelerated_canvas_context_loss.html"]
    193 subsuite = "gpu"
    194 skip-if = [
    195  "os == 'win' && debug",
    196  "verify",
    197 ]
    198 
    199 ["test_bitmaprenderer.html"]
    200 
    201 ["test_bug232227.html"]
    202 
    203 ["test_bug613794.html"]
    204 
    205 ["test_bug764125.html"]
    206 
    207 ["test_bug856472.html"]
    208 
    209 ["test_bug866575.html"]
    210 
    211 ["test_bug902651.html"]
    212 
    213 ["test_bug1215072.html"]
    214 
    215 ["test_bug1567544.html"]
    216 subsuite = "gpu"
    217 
    218 ["test_canvas.html"]
    219 subsuite = "gpu"
    220 
    221 ["test_canvas_focusring.html"]
    222 skip-if = [
    223  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
    224 ]
    225 
    226 ["test_canvas_font_setter.html"]
    227 
    228 ["test_canvas_path.html"]
    229 
    230 ["test_canvas_strokeStyle_getter.html"]
    231 
    232 ["test_capture.html"]
    233 support-files = ["captureStream_common.js"]
    234 
    235 ["test_capture_throttled.html"]
    236 support-files = ["captureStream_common.js"]
    237 skip-if = [
    238  "os == 'android'", # Bug 1752351
    239  "os == 'win'", # Bug 1777094
    240 ]
    241 
    242 ["test_drawImageIncomplete.html"]
    243 
    244 ["test_drawImage_document_domain.html"]
    245 
    246 ["test_drawImage_edge_cases.html"]
    247 
    248 ["test_drawSnapshot.html"]
    249 support-files = [
    250  "file_drawWindow_source.html",
    251  "file_drawWindow_common.js",
    252 ]
    253 
    254 ["test_drawSnapshot_fixed.html"]
    255 
    256 ["test_drawWindow.html"]
    257 support-files = [
    258  "file_drawWindow_source.html",
    259  "file_drawWindow_common.js",
    260 ]
    261 
    262 ["test_filter.html"]
    263 
    264 ["test_filter_tainted.html"]
    265 
    266 ["test_imagebitmap.html"]
    267 tags = "imagebitmap"
    268 
    269 ["test_imagebitmap_close.html"]
    270 tags = "imagebitmap"
    271 
    272 ["test_imagebitmap_cropping.html"]
    273 tags = "imagebitmap"
    274 
    275 ["test_imagebitmap_structuredclone.html"]
    276 tags = "imagebitmap"
    277 
    278 ["test_imagebitmap_structuredclone_iframe.html"]
    279 tags = "imagebitmap"
    280 
    281 ["test_imagebitmap_structuredclone_window.html"]
    282 tags = "imagebitmap"
    283 
    284 ["test_imagebitmap_transfer.html"]
    285 tags = "imagebitmap"
    286 
    287 ["test_invalid_mime_type_blob.html"]
    288 
    289 ["test_isPointInStroke.html"]
    290 
    291 ["test_offscreencanvas_basic_webgl.html"]
    292 subsuite = "gpu"
    293 tags = "offscreencanvas"
    294 skip-if = [
    295  "true",
    296 ]
    297 
    298 ["test_offscreencanvas_dynamic_fallback.html"]
    299 subsuite = "gpu"
    300 tags = "offscreencanvas"
    301 skip-if = [
    302  "true",
    303 ]
    304 
    305 ["test_offscreencanvas_font.html"]
    306 
    307 ["test_offscreencanvas_many.html"]
    308 subsuite = "gpu"
    309 tags = "offscreencanvas"
    310 skip-if = [
    311  "true",
    312 ]
    313 
    314 ["test_offscreencanvas_neuter.html"]
    315 subsuite = "gpu"
    316 tags = "offscreencanvas"
    317 skip-if = [
    318  "true",
    319 ]
    320 
    321 ["test_offscreencanvas_serviceworker.html"]
    322 subsuite = "gpu"
    323 tags = "offscreencanvas"
    324 skip-if = [
    325  "true",
    326 ]
    327 
    328 ["test_offscreencanvas_sharedworker.html"]
    329 subsuite = "gpu"
    330 tags = "offscreencanvas"
    331 skip-if = [
    332  "true",
    333 ]
    334 
    335 ["test_offscreencanvas_sizechange.html"]
    336 subsuite = "gpu"
    337 tags = "offscreencanvas"
    338 skip-if = [
    339  "true",
    340 ]
    341 
    342 ["test_offscreencanvas_subworker.html"]
    343 subsuite = "gpu"
    344 tags = "offscreencanvas"
    345 skip-if = [
    346  "true",
    347 ]
    348 
    349 ["test_offscreencanvas_toblob.html"]
    350 subsuite = "gpu"
    351 tags = "offscreencanvas"
    352 skip-if = [
    353  "true",
    354 ]
    355 
    356 ["test_offscreencanvas_toimagebitmap.html"]
    357 subsuite = "gpu"
    358 tags = "offscreencanvas"
    359 # https://bugzilla.mozilla.org/show_bug.cgi?id=1795521
    360 skip-if = [
    361  "os == 'android' && debug",
    362 ]
    363 
    364 ["test_strokeText_throw.html"]
    365 
    366 ["test_toBlob.html"]
    367 
    368 ["test_toBlob_zero_dimension.html"]
    369 
    370 ["test_toDataURL_alpha.html"]
    371 
    372 ["test_toDataURL_lowercase_ascii.html"]
    373 
    374 ["test_toDataURL_parameters.html"]
    375 
    376 ["test_toDataURL_parameters_png.html"]
    377 
    378 ["test_windingRuleUndefined.html"]