tor-browser

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

after-prepare-iframe-parse-error-external-module.html.ini (1339B)


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