tor-browser

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

createImageBitmap-drawImage.html.ini (14557B)


      1 [createImageBitmap-drawImage.html]
      2  expected:
      3    if (os == "android") and not swgl and debug: [ERROR, OK, TIMEOUT]
      4    if (os == "android") and not swgl and not debug: [OK, TIMEOUT, ERROR]
      5    if (os == "android") and swgl: [OK, TIMEOUT, ERROR]
      6  [createImageBitmap from an HTMLVideoElement from a data URL scaled down, and drawImage on the created ImageBitmap]
      7    expected:
      8      if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
      9      if (os == "android") and not swgl and not debug: [FAIL, NOTRUN]
     10      if (os == "android") and swgl: [FAIL, NOTRUN]
     11      FAIL
     12 
     13  [createImageBitmap from an HTMLVideoElement scaled down, and drawImage on the created ImageBitmap]
     14    expected: FAIL
     15 
     16  [createImageBitmap from an HTMLVideoElement scaled up, and drawImage on the created ImageBitmap]
     17    expected: FAIL
     18 
     19  [createImageBitmap from an HTMLVideoElement resized, and drawImage on the created ImageBitmap]
     20    expected: FAIL
     21 
     22  [createImageBitmap from an HTMLVideoElement from a data URL scaled up, and drawImage on the created ImageBitmap]
     23    expected:
     24      if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
     25      if (os == "android") and not swgl and not debug: [FAIL, NOTRUN]
     26      if (os == "android") and swgl: [FAIL, NOTRUN]
     27      FAIL
     28 
     29  [createImageBitmap from an HTMLVideoElement from a data URL resized, and drawImage on the created ImageBitmap]
     30    expected:
     31      if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
     32      if (os == "android") and not swgl and not debug: [FAIL, NOTRUN]
     33      if (os == "android") and swgl: [FAIL, NOTRUN]
     34      FAIL
     35 
     36  [createImageBitmap from an HTMLVideoElement, and drawImage on the created ImageBitmap]
     37    expected: FAIL
     38 
     39  [createImageBitmap from an HTMLVideoElement with negative sw/sh, and drawImage on the created ImageBitmap]
     40    expected: FAIL
     41 
     42  [createImageBitmap from an HTMLVideoElement from a data URL, and drawImage on the created ImageBitmap]
     43    expected:
     44      if (os == "android") and not swgl and debug: [FAIL, TIMEOUT]
     45      if (os == "android") and not swgl and not debug: [FAIL, TIMEOUT]
     46      if (os == "android") and swgl: [FAIL, TIMEOUT, NOTRUN]
     47      FAIL
     48 
     49  [createImageBitmap from an HTMLVideoElement from a data URL with negative sw/sh, and drawImage on the created ImageBitmap]
     50    expected:
     51      if (os == "android") and not swgl and not debug: [FAIL, NOTRUN]
     52      if (os == "android") and not swgl and debug: [FAIL, NOTRUN]
     53      if (os == "android") and swgl: [FAIL, NOTRUN]
     54      FAIL
     55 
     56  [createImageBitmap from a bitmap HTMLImageElement, and drawImage on the created ImageBitmap]
     57    expected:
     58      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
     59      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
     60      if (os == "android") and swgl: [PASS, NOTRUN]
     61 
     62  [createImageBitmap from a bitmap HTMLImageElement scaled down, and drawImage on the created ImageBitmap]
     63    expected:
     64      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
     65      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
     66      if (os == "android") and swgl: [PASS, NOTRUN]
     67 
     68  [createImageBitmap from a bitmap HTMLImageElement scaled up, and drawImage on the created ImageBitmap]
     69    expected:
     70      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
     71      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
     72      if (os == "android") and swgl: [PASS, NOTRUN]
     73 
     74  [createImageBitmap from a bitmap HTMLImageElement resized, and drawImage on the created ImageBitmap]
     75    expected:
     76      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
     77      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
     78      if (os == "android") and swgl: [PASS, NOTRUN]
     79 
     80  [createImageBitmap from a bitmap HTMLImageElement with negative sw/sh, and drawImage on the created ImageBitmap]
     81    expected:
     82      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
     83      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
     84      if (os == "android") and swgl: [PASS, NOTRUN]
     85 
     86  [createImageBitmap from a vector HTMLImageElement, and drawImage on the created ImageBitmap]
     87    expected:
     88      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
     89      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
     90      if (os == "android") and swgl: [PASS, NOTRUN]
     91 
     92  [createImageBitmap from a vector HTMLImageElement scaled down, and drawImage on the created ImageBitmap]
     93    expected:
     94      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
     95      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
     96      if (os == "android") and swgl: [PASS, NOTRUN]
     97 
     98  [createImageBitmap from a vector HTMLImageElement scaled up, and drawImage on the created ImageBitmap]
     99    expected:
    100      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    101      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    102      if (os == "android") and swgl: [PASS, NOTRUN]
    103 
    104  [createImageBitmap from a vector HTMLImageElement resized, and drawImage on the created ImageBitmap]
    105    expected:
    106      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    107      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    108      if (os == "android") and swgl: [PASS, NOTRUN]
    109 
    110  [createImageBitmap from a vector HTMLImageElement with negative sw/sh, and drawImage on the created ImageBitmap]
    111    expected:
    112      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    113      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    114      if (os == "android") and swgl: [PASS, NOTRUN]
    115 
    116  [createImageBitmap from a bitmap SVGImageElement, and drawImage on the created ImageBitmap]
    117    expected:
    118      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    119      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    120      if (os == "android") and swgl: [PASS, NOTRUN]
    121 
    122  [createImageBitmap from a bitmap SVGImageElement scaled down, and drawImage on the created ImageBitmap]
    123    expected:
    124      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    125      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    126      if (os == "android") and swgl: [PASS, NOTRUN]
    127 
    128  [createImageBitmap from a bitmap SVGImageElement scaled up, and drawImage on the created ImageBitmap]
    129    expected:
    130      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    131      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    132      if (os == "android") and swgl: [PASS, NOTRUN]
    133 
    134  [createImageBitmap from a bitmap SVGImageElement resized, and drawImage on the created ImageBitmap]
    135    expected:
    136      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    137      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    138      if (os == "android") and swgl: [PASS, NOTRUN]
    139 
    140  [createImageBitmap from a bitmap SVGImageElement with negative sw/sh, and drawImage on the created ImageBitmap]
    141    expected:
    142      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    143      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    144      if (os == "android") and swgl: [PASS, NOTRUN]
    145 
    146  [createImageBitmap from a vector SVGImageElement, and drawImage on the created ImageBitmap]
    147    expected:
    148      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    149      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    150      if (os == "android") and swgl: [PASS, NOTRUN]
    151 
    152  [createImageBitmap from a vector SVGImageElement scaled down, and drawImage on the created ImageBitmap]
    153    expected:
    154      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    155      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    156      if (os == "android") and swgl: [PASS, NOTRUN]
    157 
    158  [createImageBitmap from a vector SVGImageElement scaled up, and drawImage on the created ImageBitmap]
    159    expected:
    160      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    161      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    162      if (os == "android") and swgl: [PASS, NOTRUN]
    163 
    164  [createImageBitmap from a vector SVGImageElement resized, and drawImage on the created ImageBitmap]
    165    expected:
    166      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    167      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    168      if (os == "android") and swgl: [PASS, NOTRUN]
    169 
    170  [createImageBitmap from a vector SVGImageElement with negative sw/sh, and drawImage on the created ImageBitmap]
    171    expected:
    172      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    173      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    174      if (os == "android") and swgl: [PASS, NOTRUN]
    175 
    176  [createImageBitmap from an OffscreenCanvas, and drawImage on the created ImageBitmap]
    177    expected:
    178      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    179      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    180      if (os == "android") and swgl: [PASS, NOTRUN]
    181 
    182  [createImageBitmap from an OffscreenCanvas scaled down, and drawImage on the created ImageBitmap]
    183    expected:
    184      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    185      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    186      if (os == "android") and swgl: [PASS, NOTRUN]
    187 
    188  [createImageBitmap from an OffscreenCanvas scaled up, and drawImage on the created ImageBitmap]
    189    expected:
    190      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    191      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    192      if (os == "android") and swgl: [PASS, NOTRUN]
    193 
    194  [createImageBitmap from an OffscreenCanvas resized, and drawImage on the created ImageBitmap]
    195    expected:
    196      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    197      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    198      if (os == "android") and swgl: [PASS, NOTRUN]
    199 
    200  [createImageBitmap from an OffscreenCanvas with negative sw/sh, and drawImage on the created ImageBitmap]
    201    expected:
    202      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    203      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    204      if (os == "android") and swgl: [PASS, NOTRUN]
    205 
    206  [createImageBitmap from an ImageData, and drawImage on the created ImageBitmap]
    207    expected:
    208      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    209      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    210      if (os == "android") and swgl: [PASS, NOTRUN]
    211 
    212  [createImageBitmap from an ImageData scaled down, and drawImage on the created ImageBitmap]
    213    expected:
    214      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    215      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    216      if (os == "android") and swgl: [PASS, NOTRUN]
    217 
    218  [createImageBitmap from an ImageData scaled up, and drawImage on the created ImageBitmap]
    219    expected:
    220      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    221      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    222      if (os == "android") and swgl: [PASS, NOTRUN]
    223 
    224  [createImageBitmap from an ImageData resized, and drawImage on the created ImageBitmap]
    225    expected:
    226      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    227      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    228      if (os == "android") and swgl: [PASS, NOTRUN]
    229 
    230  [createImageBitmap from an ImageData with negative sw/sh, and drawImage on the created ImageBitmap]
    231    expected:
    232      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    233      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    234      if (os == "android") and swgl: [PASS, NOTRUN]
    235 
    236  [createImageBitmap from an ImageBitmap, and drawImage on the created ImageBitmap]
    237    expected:
    238      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    239      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    240      if (os == "android") and swgl: [PASS, NOTRUN]
    241 
    242  [createImageBitmap from an ImageBitmap scaled down, and drawImage on the created ImageBitmap]
    243    expected:
    244      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    245      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    246      if (os == "android") and swgl: [PASS, NOTRUN]
    247 
    248  [createImageBitmap from an ImageBitmap scaled up, and drawImage on the created ImageBitmap]
    249    expected:
    250      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    251      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    252      if (os == "android") and swgl: [PASS, NOTRUN]
    253 
    254  [createImageBitmap from an ImageBitmap resized, and drawImage on the created ImageBitmap]
    255    expected:
    256      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    257      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    258      if (os == "android") and swgl: [PASS, NOTRUN]
    259 
    260  [createImageBitmap from an ImageBitmap with negative sw/sh, and drawImage on the created ImageBitmap]
    261    expected:
    262      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    263      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    264      if (os == "android") and swgl: [PASS, NOTRUN]
    265 
    266  [createImageBitmap from a Blob, and drawImage on the created ImageBitmap]
    267    expected:
    268      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    269      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    270      if (os == "android") and swgl: [PASS, NOTRUN]
    271 
    272  [createImageBitmap from a Blob scaled down, and drawImage on the created ImageBitmap]
    273    expected:
    274      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    275      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    276      if (os == "android") and swgl: [PASS, NOTRUN]
    277 
    278  [createImageBitmap from a Blob scaled up, and drawImage on the created ImageBitmap]
    279    expected:
    280      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    281      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    282      if (os == "android") and swgl: [PASS, NOTRUN]
    283 
    284  [createImageBitmap from a Blob resized, and drawImage on the created ImageBitmap]
    285    expected:
    286      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    287      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    288      if (os == "android") and swgl: [PASS, NOTRUN]
    289 
    290  [createImageBitmap from a Blob with negative sw/sh, and drawImage on the created ImageBitmap]
    291    expected:
    292      if (os == "android") and not swgl and debug: [PASS, NOTRUN]
    293      if (os == "android") and not swgl and not debug: [PASS, NOTRUN]
    294      if (os == "android") and swgl: [PASS, NOTRUN]