tor-browser

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

createImageBitmap-transfer.html.ini (2991B)


      1 [createImageBitmap-transfer.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4    if (os == "android") and debug and swgl: [OK, TIMEOUT, ERROR]
      5    if (os == "android") and debug and not swgl: [ERROR, TIMEOUT, OK]
      6    if (os == "android") and not debug: [OK, TIMEOUT, ERROR]
      7  [Transfer ImageBitmap created from an HTMLVideoElement]
      8    expected:
      9      if os == "android": FAIL
     10 
     11  [Transfer ImageBitmap created from an HTMLVideoElement from a data URL]
     12    expected:
     13      if (os == "android") and debug and swgl: [FAIL, TIMEOUT]
     14      if (os == "android") and debug and not swgl: [FAIL, TIMEOUT]
     15      if (os == "android") and not debug: [FAIL, TIMEOUT]
     16 
     17  [Transfer ImageBitmap created from a bitmap HTMLImageElement]
     18    expected:
     19      if (os == "android") and debug and not swgl: [PASS, NOTRUN]
     20      if (os == "android") and debug and swgl: [PASS, NOTRUN]
     21      if (os == "android") and not debug: [PASS, NOTRUN]
     22 
     23  [Transfer ImageBitmap created from a vector HTMLImageElement]
     24    expected:
     25      if (os == "android") and debug and swgl: [PASS, NOTRUN]
     26      if (os == "android") and debug and not swgl: [PASS, NOTRUN]
     27      if (os == "android") and not debug: [PASS, NOTRUN]
     28 
     29  [Transfer ImageBitmap created from a bitmap SVGImageElement]
     30    expected:
     31      if (os == "android") and debug and swgl: [PASS, NOTRUN]
     32      if (os == "android") and debug and not swgl: [PASS, NOTRUN]
     33      if (os == "android") and not debug: [PASS, NOTRUN]
     34 
     35  [Transfer ImageBitmap created from a vector SVGImageElement]
     36    expected:
     37      if (os == "android") and debug and not swgl: [PASS, NOTRUN]
     38      if (os == "android") and debug and swgl: [PASS, NOTRUN]
     39      if (os == "android") and not debug: [PASS, NOTRUN]
     40 
     41  [Transfer ImageBitmap created from an OffscreenCanvas]
     42    expected:
     43      if (os == "android") and debug and swgl: [PASS, NOTRUN]
     44      if (os == "android") and debug and not swgl: [PASS, NOTRUN]
     45      if (os == "android") and not debug: [PASS, NOTRUN]
     46 
     47  [Transfer ImageBitmap created from an ImageData]
     48    expected:
     49      if (os == "android") and debug and not swgl: [PASS, NOTRUN]
     50      if (os == "android") and debug and swgl: [PASS, NOTRUN]
     51      if (os == "android") and not debug: [PASS, NOTRUN]
     52 
     53  [Transfer ImageBitmap created from an ImageBitmap]
     54    expected:
     55      if (os == "android") and debug and not swgl: [PASS, NOTRUN]
     56      if (os == "android") and debug and swgl: [PASS, NOTRUN]
     57      if (os == "android") and not debug: [PASS, NOTRUN]
     58 
     59  [Transfer ImageBitmap created from a Blob]
     60    expected:
     61      if (os == "android") and debug and swgl: [PASS, NOTRUN]
     62      if (os == "android") and debug and not swgl: [PASS, NOTRUN]
     63      if (os == "android") and not debug: [PASS, NOTRUN]
     64 
     65  [Transferring a non-origin-clean ImageBitmap throws.]
     66    expected:
     67      if (os == "android") and debug and not swgl: [PASS, NOTRUN]
     68      if (os == "android") and debug and swgl: [PASS, NOTRUN]
     69      if (os == "android") and not debug: [PASS, NOTRUN]