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-classic.html.ini (1343B)


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