tor-browser

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

paint-worklet-import.https.html.ini (3112B)


      1 [paint-worklet-import.html]
      2  [Importing a script resolves the given promise.]
      3    expected: FAIL
      4 
      5  [Importing scripts resolves all the given promises.]
      6    expected: FAIL
      7 
      8  [Importing nested scripts resolves the given promise]
      9    expected: FAIL
     10 
     11  [Importing cyclic scripts resolves the given promise]
     12    expected: FAIL
     13 
     14  [Importing a script which throws should still resolve the given promise.]
     15    expected: FAIL
     16 
     17  [Importing a non-existent script rejects the given promise with an AbortError.]
     18    expected: FAIL
     19 
     20  [Importing an invalid URL should reject the given promise with a SyntaxError.]
     21    expected: FAIL
     22 
     23  [Importing a blob URL should resolve the given promise.]
     24    expected: FAIL
     25 
     26  [Importing a file:// URL should reject the given promise.]
     27    expected: FAIL
     28 
     29  [Importing a data URL should resolve the given promise.]
     30    expected: FAIL
     31 
     32  [Importing about:blank should reject the given promise.]
     33    expected: FAIL
     34 
     35  [Importing a cross origin resource with the Access-Control-Allow-Origin header should resolve the given promise]
     36    expected: FAIL
     37 
     38  [Importing a cross origin resource without the Access-Control-Allow-Origin header should reject the given promise]
     39    expected: FAIL
     40 
     41 
     42 [paint-worklet-import.https.html]
     43  expected:
     44    if (os == "android") and fission: [OK, TIMEOUT]
     45  [Importing a script resolves the given promise.]
     46    expected: FAIL
     47 
     48  [Importing scripts resolves all the given promises.]
     49    expected: FAIL
     50 
     51  [Importing nested scripts resolves the given promise]
     52    expected: FAIL
     53 
     54  [Importing cyclic scripts resolves the given promise]
     55    expected: FAIL
     56 
     57  [Importing a script which throws should still resolve the given promise.]
     58    expected: FAIL
     59 
     60  [Importing a non-existent script rejects the given promise with an AbortError.]
     61    expected: FAIL
     62 
     63  [Importing an invalid URL should reject the given promise with a SyntaxError.]
     64    expected: FAIL
     65 
     66  [Importing a blob URL should resolve the given promise.]
     67    expected: FAIL
     68 
     69  [Importing a file:// URL should reject the given promise.]
     70    expected: FAIL
     71 
     72  [Importing a data URL should resolve the given promise.]
     73    expected: FAIL
     74 
     75  [Importing about:blank should reject the given promise.]
     76    expected: FAIL
     77 
     78  [Importing a cross origin resource with the Access-Control-Allow-Origin header should resolve the given promise]
     79    expected: FAIL
     80 
     81  [Importing a cross origin resource without the Access-Control-Allow-Origin header should reject the given promise]
     82    expected: FAIL
     83 
     84  [Importing a script that has a syntax error should reject the given promise.]
     85    expected: FAIL
     86 
     87  [Importing a nested script that has a syntax error should reject the given promise.]
     88    expected: FAIL
     89 
     90  [Importing a script that imports an invalid identifier should reject the given promise.]
     91    expected: FAIL
     92 
     93  [Importing a cross-origin-redirected resource with the Access-Control-Allow-Origin header should resolve the given promise]
     94    expected: FAIL
     95 
     96  [Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promise]
     97    expected: FAIL