tor-browser

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

stream-html-unsafe.html.ini (972B)


      1 [stream-html-unsafe.html]
      2  [piping a response into streamHTMLUnsafe()]
      3    expected: FAIL
      4 
      5  [writing a string to streamHTMLUnsafe()]
      6    expected: FAIL
      7 
      8  [streamHTMLUnsafe() should remove existing content immediately]
      9    expected: FAIL
     10 
     11  [streamHTMLUnsafe() does not buffer until close()]
     12    expected: FAIL
     13 
     14  [writing a Symbol to streamHTMLUnsafe()]
     15    expected: FAIL
     16 
     17  [writing numbers to streamHTMLUnsafe()]
     18    expected: FAIL
     19 
     20  [writing null or undefined to streamHTMLUnsafe()]
     21    expected: FAIL
     22 
     23  [streamHTMLUnsafe() can stream into <style>]
     24    expected: FAIL
     25 
     26  [Aborting streamHTMLUnsafe()]
     27    expected: FAIL
     28 
     29  [Interleaved streamHTMLUnsafe() writes]
     30    expected: FAIL
     31 
     32  [streamHTMLUnsafe into a ShadowRoot]
     33    expected: FAIL
     34 
     35  [streamHTMLUnsafe into a template]
     36    expected: FAIL
     37 
     38  [streamHTMLUnsafe should execute scripts when connected]
     39    expected: FAIL
     40 
     41  [streamHTMLUnsafe should not execute scripts when disconnected]
     42    expected: FAIL