tor-browser

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

after-prepare-iframe-success-external-module.html.ini (1315B)


      1 [after-prepare-iframe-success-external-module.html]
      2  [<script> load: Move success external module script to iframe 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 == "mac") and debug: FAIL
      8      if (os == "mac") and not debug: PASS
      9      if (os == "win") and not debug: [PASS, FAIL]
     10      [FAIL, PASS]
     11 
     12  [Eval: Move success external module script to iframe 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]
     21 
     22  [<script> error: Move success external module script to iframe after-prepare]
     23    expected:
     24      if (os == "win") and ccov: [FAIL, PASS]
     25      if (os == "linux") and not debug and (processor == "x86"): [FAIL, PASS]
     26      if (os == "mac") and debug: PASS
     27      if (os == "mac") and not debug: FAIL
     28      if (os == "win") and not debug: [FAIL, PASS]
     29      [PASS, FAIL]