tor-browser

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

dangling-markup-mitigation-allowed-apis.https.html.ini (1750B)


      1 [dangling-markup-mitigation-allowed-apis.https.html]
      2  [Does not block xhr]
      3    expected:
      4      if (os == "linux") and not asan and debug and fission: [PASS, FAIL]
      5      if (os == "linux") and not asan and debug and not fission: [PASS, FAIL]
      6      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
      7      if (os == "linux") and not asan and not debug: [PASS, FAIL]
      8 
      9  [Does not block EventSource]
     10    expected:
     11      if (os == "linux") and not asan and debug and fission: [PASS, FAIL]
     12      if (os == "linux") and not asan and debug and not fission: [PASS, FAIL]
     13      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
     14      if (os == "linux") and not asan and not debug: [PASS, FAIL]
     15 
     16  [Does not block fetch]
     17    expected:
     18      if (os == "linux") and not asan and debug and fission: [PASS, FAIL]
     19      if (os == "linux") and not asan and debug and not fission: [PASS, FAIL]
     20      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
     21      if (os == "linux") and not asan and not debug: [PASS, FAIL]
     22 
     23  [Does not block Worker]
     24    expected:
     25      if (os == "linux") and not asan and debug and fission: [PASS, FAIL]
     26      if (os == "linux") and not asan and debug and not fission: [PASS, FAIL]
     27      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
     28      if (os == "linux") and not asan and not debug: [PASS, FAIL]
     29 
     30  [Does not block importScripts]
     31    expected:
     32      if (os == "linux") and not asan and debug and fission: [PASS, FAIL]
     33      if (os == "linux") and not asan and debug and not fission: [PASS, FAIL]
     34      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
     35      if (os == "linux") and not asan and not debug: [PASS, FAIL]