tor-browser

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

createImageBitmap-invalid-args.html.ini (23750B)


      1 [createImageBitmap-invalid-args.html]
      2  disabled:
      3    if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
      4  expected:
      5    if (os == "android") and not swgl and not debug: [TIMEOUT, OK, ERROR]
      6    if (os == "android") and not swgl and debug: [OK, ERROR, TIMEOUT]
      7    if (os == "android") and swgl: [TIMEOUT, ERROR, OK]
      8  [createImageBitmap with CanvasRenderingContext2D image source.]
      9    expected:
     10      if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
     11      if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
     12      if (os == "android") and swgl: [NOTRUN, FAIL]
     13      FAIL
     14 
     15  [createImageBitmap with an HTMLVideoElement source and sw set to 0]
     16    expected:
     17      if os == "android": FAIL
     18 
     19  [createImageBitmap with an HTMLVideoElement source and sh set to 0]
     20    expected:
     21      if os == "android": FAIL
     22 
     23  [createImageBitmap with an HTMLVideoElement source and oversized (unallocatable) crop region]
     24    expected:
     25      if os == "android": FAIL
     26 
     27  [createImageBitmap with an HTMLVideoElement source and a value of 0 int resizeWidth]
     28    expected:
     29      if os == "android": FAIL
     30 
     31  [createImageBitmap with an HTMLVideoElement source and a value of 0 in resizeHeight]
     32    expected:
     33      if os == "android": FAIL
     34 
     35  [createImageBitmap with an HTMLVideoElement source and a value between 0 and 1 in resizeWidth]
     36    expected:
     37      if os == "android": FAIL
     38 
     39  [createImageBitmap with an HTMLVideoElement source and a value between 0 and 1 in resizeHeight]
     40    expected:
     41      if os == "android": FAIL
     42 
     43  [createImageBitmap with an HTMLVideoElement from a data URL source and sw set to 0]
     44    expected:
     45      if (os == "android") and not swgl and debug: [FAIL, TIMEOUT]
     46      if (os == "android") and not swgl and not debug: [TIMEOUT, FAIL]
     47      if (os == "android") and swgl: [TIMEOUT, FAIL]
     48 
     49  [createImageBitmap with an HTMLVideoElement from a data URL source and sh set to 0]
     50    expected:
     51      if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
     52      if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
     53      if (os == "android") and swgl: [NOTRUN, FAIL]
     54 
     55  [createImageBitmap with an HTMLVideoElement from a data URL source and oversized (unallocatable) crop region]
     56    expected:
     57      if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
     58      if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
     59      if (os == "android") and swgl: [NOTRUN, FAIL]
     60 
     61  [createImageBitmap with an HTMLVideoElement from a data URL source and a value of 0 int resizeWidth]
     62    expected:
     63      if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
     64      if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
     65      if (os == "android") and swgl: [NOTRUN, FAIL]
     66 
     67  [createImageBitmap with an HTMLVideoElement from a data URL source and a value of 0 in resizeHeight]
     68    expected:
     69      if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
     70      if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
     71      if (os == "android") and swgl: [NOTRUN, FAIL]
     72 
     73  [createImageBitmap with an HTMLVideoElement from a data URL source and a value between 0 and 1 in resizeWidth]
     74    expected:
     75      if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
     76      if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
     77      if (os == "android") and swgl: [NOTRUN, FAIL]
     78 
     79  [createImageBitmap with an HTMLVideoElement from a data URL source and a value between 0 and 1 in resizeHeight]
     80    expected:
     81      if (os == "android") and not swgl and not debug: [NOTRUN, FAIL]
     82      if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
     83      if (os == "android") and swgl: [NOTRUN, FAIL]
     84 
     85  [createImageBitmap with a bitmap HTMLImageElement source and sw set to 0]
     86    expected:
     87      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
     88      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
     89      if (os == "android") and swgl: [NOTRUN, PASS]
     90 
     91  [createImageBitmap with a bitmap HTMLImageElement source and sh set to 0]
     92    expected:
     93      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
     94      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
     95      if (os == "android") and swgl: [NOTRUN, PASS]
     96 
     97  [createImageBitmap with a bitmap HTMLImageElement source and oversized (unallocatable) crop region]
     98    expected:
     99      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    100      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    101      if (os == "android") and swgl: [NOTRUN, PASS]
    102 
    103  [createImageBitmap with a bitmap HTMLImageElement source and a value of 0 int resizeWidth]
    104    expected:
    105      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    106      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    107      if (os == "android") and swgl: [NOTRUN, PASS]
    108 
    109  [createImageBitmap with a bitmap HTMLImageElement source and a value of 0 in resizeHeight]
    110    expected:
    111      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    112      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    113      if (os == "android") and swgl: [NOTRUN, PASS]
    114 
    115  [createImageBitmap with a bitmap HTMLImageElement source and a value between 0 and 1 in resizeWidth]
    116    expected:
    117      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    118      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    119      if (os == "android") and swgl: [NOTRUN, PASS]
    120 
    121  [createImageBitmap with a bitmap HTMLImageElement source and a value between 0 and 1 in resizeHeight]
    122    expected:
    123      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    124      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    125      if (os == "android") and swgl: [NOTRUN, PASS]
    126 
    127  [createImageBitmap with a vector HTMLImageElement source and sw set to 0]
    128    expected:
    129      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    130      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    131      if (os == "android") and swgl: [NOTRUN, PASS]
    132 
    133  [createImageBitmap with a vector HTMLImageElement source and sh set to 0]
    134    expected:
    135      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    136      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    137      if (os == "android") and swgl: [NOTRUN, PASS]
    138 
    139  [createImageBitmap with a vector HTMLImageElement source and oversized (unallocatable) crop region]
    140    expected:
    141      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    142      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    143      if (os == "android") and swgl: [NOTRUN, PASS]
    144 
    145  [createImageBitmap with a vector HTMLImageElement source and a value of 0 int resizeWidth]
    146    expected:
    147      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    148      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    149      if (os == "android") and swgl: [NOTRUN, PASS]
    150 
    151  [createImageBitmap with a vector HTMLImageElement source and a value of 0 in resizeHeight]
    152    expected:
    153      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    154      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    155      if (os == "android") and swgl: [NOTRUN, PASS]
    156 
    157  [createImageBitmap with a vector HTMLImageElement source and a value between 0 and 1 in resizeWidth]
    158    expected:
    159      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    160      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    161      if (os == "android") and swgl: [NOTRUN, PASS]
    162 
    163  [createImageBitmap with a vector HTMLImageElement source and a value between 0 and 1 in resizeHeight]
    164    expected:
    165      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    166      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    167      if (os == "android") and swgl: [NOTRUN, PASS]
    168 
    169  [createImageBitmap with a bitmap SVGImageElement source and sw set to 0]
    170    expected:
    171      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    172      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    173      if (os == "android") and swgl: [NOTRUN, PASS]
    174 
    175  [createImageBitmap with a bitmap SVGImageElement source and sh set to 0]
    176    expected:
    177      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    178      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    179      if (os == "android") and swgl: [NOTRUN, PASS]
    180 
    181  [createImageBitmap with a bitmap SVGImageElement source and oversized (unallocatable) crop region]
    182    expected:
    183      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    184      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    185      if (os == "android") and swgl: [NOTRUN, PASS]
    186 
    187  [createImageBitmap with a bitmap SVGImageElement source and a value of 0 int resizeWidth]
    188    expected:
    189      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    190      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    191      if (os == "android") and swgl: [NOTRUN, PASS]
    192 
    193  [createImageBitmap with a bitmap SVGImageElement source and a value of 0 in resizeHeight]
    194    expected:
    195      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    196      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    197      if (os == "android") and swgl: [NOTRUN, PASS]
    198 
    199  [createImageBitmap with a bitmap SVGImageElement source and a value between 0 and 1 in resizeWidth]
    200    expected:
    201      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    202      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    203      if (os == "android") and swgl: [NOTRUN, PASS]
    204 
    205  [createImageBitmap with a bitmap SVGImageElement source and a value between 0 and 1 in resizeHeight]
    206    expected:
    207      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    208      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    209      if (os == "android") and swgl: [NOTRUN, PASS]
    210 
    211  [createImageBitmap with a vector SVGImageElement source and sw set to 0]
    212    expected:
    213      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    214      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    215      if (os == "android") and swgl: [NOTRUN, PASS]
    216 
    217  [createImageBitmap with a vector SVGImageElement source and sh set to 0]
    218    expected:
    219      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    220      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    221      if (os == "android") and swgl: [NOTRUN, PASS]
    222 
    223  [createImageBitmap with a vector SVGImageElement source and oversized (unallocatable) crop region]
    224    expected:
    225      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    226      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    227      if (os == "android") and swgl: [NOTRUN, PASS]
    228 
    229  [createImageBitmap with a vector SVGImageElement source and a value of 0 int resizeWidth]
    230    expected:
    231      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    232      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    233      if (os == "android") and swgl: [NOTRUN, PASS]
    234 
    235  [createImageBitmap with a vector SVGImageElement source and a value of 0 in resizeHeight]
    236    expected:
    237      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    238      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    239      if (os == "android") and swgl: [NOTRUN, PASS]
    240 
    241  [createImageBitmap with a vector SVGImageElement source and a value between 0 and 1 in resizeWidth]
    242    expected:
    243      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    244      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    245      if (os == "android") and swgl: [NOTRUN, PASS]
    246 
    247  [createImageBitmap with a vector SVGImageElement source and a value between 0 and 1 in resizeHeight]
    248    expected:
    249      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    250      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    251      if (os == "android") and swgl: [NOTRUN, PASS]
    252 
    253  [createImageBitmap with an OffscreenCanvas source and sw set to 0]
    254    expected:
    255      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    256      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    257      if (os == "android") and swgl: [NOTRUN, PASS]
    258 
    259  [createImageBitmap with an OffscreenCanvas source and sh set to 0]
    260    expected:
    261      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    262      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    263      if (os == "android") and swgl: [NOTRUN, PASS]
    264 
    265  [createImageBitmap with an OffscreenCanvas source and oversized (unallocatable) crop region]
    266    expected:
    267      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    268      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    269      if (os == "android") and swgl: [NOTRUN, PASS]
    270 
    271  [createImageBitmap with an OffscreenCanvas source and a value of 0 int resizeWidth]
    272    expected:
    273      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    274      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    275      if (os == "android") and swgl: [NOTRUN, PASS]
    276 
    277  [createImageBitmap with an OffscreenCanvas source and a value of 0 in resizeHeight]
    278    expected:
    279      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    280      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    281      if (os == "android") and swgl: [NOTRUN, PASS]
    282 
    283  [createImageBitmap with an OffscreenCanvas source and a value between 0 and 1 in resizeWidth]
    284    expected:
    285      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    286      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    287      if (os == "android") and swgl: [NOTRUN, PASS]
    288 
    289  [createImageBitmap with an OffscreenCanvas source and a value between 0 and 1 in resizeHeight]
    290    expected:
    291      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    292      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    293      if (os == "android") and swgl: [NOTRUN, PASS]
    294 
    295  [createImageBitmap with an ImageData source and sw set to 0]
    296    expected:
    297      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    298      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    299      if (os == "android") and swgl: [NOTRUN, PASS]
    300 
    301  [createImageBitmap with an ImageData source and sh set to 0]
    302    expected:
    303      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    304      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    305      if (os == "android") and swgl: [NOTRUN, PASS]
    306 
    307  [createImageBitmap with an ImageData source and oversized (unallocatable) crop region]
    308    expected:
    309      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    310      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    311      if (os == "android") and swgl: [NOTRUN, PASS]
    312 
    313  [createImageBitmap with an ImageData source and a value of 0 int resizeWidth]
    314    expected:
    315      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    316      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    317      if (os == "android") and swgl: [NOTRUN, PASS]
    318 
    319  [createImageBitmap with an ImageData source and a value of 0 in resizeHeight]
    320    expected:
    321      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    322      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    323      if (os == "android") and swgl: [NOTRUN, PASS]
    324 
    325  [createImageBitmap with an ImageData source and a value between 0 and 1 in resizeWidth]
    326    expected:
    327      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    328      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    329      if (os == "android") and swgl: [NOTRUN, PASS]
    330 
    331  [createImageBitmap with an ImageData source and a value between 0 and 1 in resizeHeight]
    332    expected:
    333      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    334      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    335      if (os == "android") and swgl: [NOTRUN, PASS]
    336 
    337  [createImageBitmap with an ImageBitmap source and sw set to 0]
    338    expected:
    339      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    340      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    341      if (os == "android") and swgl: [NOTRUN, PASS]
    342 
    343  [createImageBitmap with an ImageBitmap source and sh set to 0]
    344    expected:
    345      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    346      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    347      if (os == "android") and swgl: [NOTRUN, PASS]
    348 
    349  [createImageBitmap with an ImageBitmap source and oversized (unallocatable) crop region]
    350    expected:
    351      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    352      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    353      if (os == "android") and swgl: [NOTRUN, PASS]
    354 
    355  [createImageBitmap with an ImageBitmap source and a value of 0 int resizeWidth]
    356    expected:
    357      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    358      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    359      if (os == "android") and swgl: [NOTRUN, PASS]
    360 
    361  [createImageBitmap with an ImageBitmap source and a value of 0 in resizeHeight]
    362    expected:
    363      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    364      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    365      if (os == "android") and swgl: [NOTRUN, PASS]
    366 
    367  [createImageBitmap with an ImageBitmap source and a value between 0 and 1 in resizeWidth]
    368    expected:
    369      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    370      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    371      if (os == "android") and swgl: [NOTRUN, PASS]
    372 
    373  [createImageBitmap with an ImageBitmap source and a value between 0 and 1 in resizeHeight]
    374    expected:
    375      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    376      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    377      if (os == "android") and swgl: [NOTRUN, PASS]
    378 
    379  [createImageBitmap with a Blob source and sw set to 0]
    380    expected:
    381      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    382      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    383      if (os == "android") and swgl: [NOTRUN, PASS]
    384 
    385  [createImageBitmap with a Blob source and sh set to 0]
    386    expected:
    387      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    388      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    389      if (os == "android") and swgl: [NOTRUN, PASS]
    390 
    391  [createImageBitmap with a Blob source and oversized (unallocatable) crop region]
    392    expected:
    393      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    394      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    395      if (os == "android") and swgl: [NOTRUN, PASS]
    396 
    397  [createImageBitmap with a Blob source and a value of 0 int resizeWidth]
    398    expected:
    399      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    400      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    401      if (os == "android") and swgl: [NOTRUN, PASS]
    402 
    403  [createImageBitmap with a Blob source and a value of 0 in resizeHeight]
    404    expected:
    405      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    406      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    407      if (os == "android") and swgl: [NOTRUN, PASS]
    408 
    409  [createImageBitmap with a Blob source and a value between 0 and 1 in resizeWidth]
    410    expected:
    411      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    412      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    413      if (os == "android") and swgl: [NOTRUN, PASS]
    414 
    415  [createImageBitmap with a Blob source and a value between 0 and 1 in resizeHeight]
    416    expected:
    417      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    418      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    419      if (os == "android") and swgl: [NOTRUN, PASS]
    420 
    421  [createImageBitmap with undefined image source.]
    422    expected:
    423      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    424      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    425      if (os == "android") and swgl: [NOTRUN, PASS]
    426 
    427  [createImageBitmap with null image source.]
    428    expected:
    429      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    430      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    431      if (os == "android") and swgl: [NOTRUN, PASS]
    432 
    433  [createImageBitmap with WebGLRenderingContext image source.]
    434    expected:
    435      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    436      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    437      if (os == "android") and swgl: [NOTRUN, PASS]
    438 
    439  [createImageBitmap with Uint8Array image source.]
    440    expected:
    441      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    442      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    443      if (os == "android") and swgl: [NOTRUN, PASS]
    444 
    445  [createImageBitmap with ArrayBuffer image source.]
    446    expected:
    447      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    448      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    449      if (os == "android") and swgl: [NOTRUN, PASS]
    450 
    451  [createImageBitmap with empty image source.]
    452    expected:
    453      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    454      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    455      if (os == "android") and swgl: [NOTRUN, PASS]
    456 
    457  [createImageBitmap with empty video source.]
    458    expected:
    459      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    460      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    461      if (os == "android") and swgl: [NOTRUN, PASS]
    462 
    463  [createImageBitmap with an oversized canvas source.]
    464    expected:
    465      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    466      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    467      if (os == "android") and swgl: [NOTRUN, PASS]
    468 
    469  [createImageBitmap with an invalid OffscreenCanvas source.]
    470    expected:
    471      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    472      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    473      if (os == "android") and swgl: [NOTRUN, PASS]
    474 
    475  [createImageBitmap with an undecodable blob source.]
    476    expected:
    477      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    478      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    479      if (os == "android") and swgl: [NOTRUN, PASS]
    480 
    481  [createImageBitmap with a broken image source.]
    482    expected:
    483      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    484      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    485      if (os == "android") and swgl: [NOTRUN, PASS]
    486 
    487  [createImageBitmap with an available but undecodable image source.]
    488    expected:
    489      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    490      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    491      if (os == "android") and swgl: [NOTRUN, PASS]
    492 
    493  [createImageBitmap with an available but zero height image source.]
    494    expected:
    495      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    496      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    497      if (os == "android") and swgl: [NOTRUN, PASS]
    498 
    499  [createImageBitmap with an available but zero width image source.]
    500    expected:
    501      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    502      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    503      if (os == "android") and swgl: [NOTRUN, PASS]
    504 
    505  [createImageBitmap with a closed ImageBitmap.]
    506    expected:
    507      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    508      if (os == "android") and not swgl and not debug: [NOTRUN, PASS]
    509      if (os == "android") and swgl: [NOTRUN, PASS]