tor-browser

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

language-model-prompt-multimodal.tentative.https.window.js.ini (1565B)


      1 [language-model-prompt-multimodal.tentative.https.window.html]
      2  [Prompt with type:"text" and image content should reject]
      3    expected: FAIL
      4 
      5  [Prompt with assistant role should reject with multimodal input]
      6    expected: FAIL
      7 
      8  [Prompt image without `image` expectedInput]
      9    expected: FAIL
     10 
     11  [Test Image initialPrompt]
     12    expected: FAIL
     13 
     14  [Prompt with Blob image content]
     15    expected: FAIL
     16 
     17  [Prompt with ImageBitmap image content]
     18    expected: FAIL
     19 
     20  [Prompt with VideoFrame image content]
     21    expected: FAIL
     22 
     23  [Prompt with OffscreenCanvas image content]
     24    expected: FAIL
     25 
     26  [Prompt with ImageData image content]
     27    expected: FAIL
     28 
     29  [Prompt with HTMLImageElement image content]
     30    expected: FAIL
     31 
     32  [Prompt with HTMLCanvasElement image content]
     33    expected: FAIL
     34 
     35  [Prompt with ArrayBuffer image content]
     36    expected: FAIL
     37 
     38  [Prompt with ArrayBufferView image content]
     39    expected: FAIL
     40 
     41  [Prompt with ArrayBufferView image content with an offset.]
     42    expected: FAIL
     43 
     44  [Prompt with HTMLImageElement image content (with SVG)]
     45    expected: FAIL
     46 
     47  [Prompt with SVGImageElement image content]
     48    expected: FAIL
     49 
     50  [Prompt with HTMLVideoElement image content]
     51    expected: FAIL
     52 
     53  [Prompt audio without `audio` expectedInput]
     54    expected: FAIL
     55 
     56  [Test Audio initialPrompt]
     57    expected: FAIL
     58 
     59  [Prompt with Blob audio content]
     60    expected: FAIL
     61 
     62  [Prompt audio with blob containing invalid audio data.]
     63    expected: FAIL
     64 
     65  [Prompt with AudioBuffer]
     66    expected: FAIL
     67 
     68  [Prompt with BufferSource - ArrayBuffer]
     69    expected: FAIL