tor-browser

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

layout-worklet-import.https.html.ini (1897B)


      1 [layout-worklet-import.https.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [Importing a script resolves the given promise.]
      5    expected: FAIL
      6 
      7  [Importing scripts resolves all the given promises.]
      8    expected: FAIL
      9 
     10  [Importing nested scripts resolves the given promise]
     11    expected: FAIL
     12 
     13  [Importing cyclic scripts resolves the given promise]
     14    expected: FAIL
     15 
     16  [Importing a script which throws should still resolve the given promise.]
     17    expected: FAIL
     18 
     19  [Importing a non-existent script rejects the given promise with an AbortError.]
     20    expected: FAIL
     21 
     22  [Importing an invalid URL should reject the given promise with a SyntaxError.]
     23    expected: FAIL
     24 
     25  [Importing a blob URL should resolve the given promise.]
     26    expected: FAIL
     27 
     28  [Importing a file:// URL should reject the given promise.]
     29    expected: FAIL
     30 
     31  [Importing a data URL should resolve the given promise.]
     32    expected: FAIL
     33 
     34  [Importing about:blank should reject the given promise.]
     35    expected: FAIL
     36 
     37  [Importing a cross origin resource with the Access-Control-Allow-Origin header should resolve the given promise]
     38    expected: FAIL
     39 
     40  [Importing a cross origin resource without the Access-Control-Allow-Origin header should reject the given promise]
     41    expected: FAIL
     42 
     43  [Importing a script that has a syntax error should reject the given promise.]
     44    expected: FAIL
     45 
     46  [Importing a nested script that has a syntax error should reject the given promise.]
     47    expected: FAIL
     48 
     49  [Importing a script that imports an invalid identifier should reject the given promise.]
     50    expected: FAIL
     51 
     52  [Importing a cross-origin-redirected resource with the Access-Control-Allow-Origin header should resolve the given promise]
     53    expected: FAIL
     54 
     55  [Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promise]
     56    expected: FAIL