tor-browser

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

stream-append-html-unsafe.html.ini (971B)


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