tor-browser

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

after-prepare-createHTMLDocument-success-external-classic.html.ini (983B)


      1 [after-prepare-createHTMLDocument-success-external-classic.html]
      2  [Eval: Move success external classic script to createHTMLDocument after-prepare]
      3    expected:
      4      if (os == "win") and ccov: [FAIL, PASS]
      5      if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, FAIL]
      6      if (os == "linux") and not debug and not fission: [PASS, FAIL]
      7      if (os == "win") and not debug: [PASS, FAIL]
      8      if (os == "mac") and not debug: PASS
      9      if (os == "mac") and debug: FAIL
     10      [FAIL, PASS]
     11 
     12  [<script> load: Move success external classic script to createHTMLDocument after-prepare]
     13    expected:
     14      if (os == "win") and ccov: [FAIL, PASS]
     15      if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, FAIL]
     16      if (os == "linux") and not debug and not fission: [PASS, FAIL]
     17      if (os == "mac") and debug: FAIL
     18      if (os == "mac") and not debug: PASS
     19      if (os == "win") and not debug: [PASS, FAIL]
     20      [FAIL, PASS]