tor-browser

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

before-prepare-iframe-success-external-classic.html.ini (1258B)


      1 [before-prepare-iframe-success-external-classic.html]
      2  disabled:
      3    if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1780219
      4  expected:
      5    if (processor == "x86") and not debug and (os == "linux"): [OK, ERROR]
      6    if (processor == "x86") and debug: [OK, ERROR]
      7  [<script> error: Move success external classic script to iframe before-prepare]
      8    disabled:
      9      if tsan: https://bugzilla.mozilla.org/show_bug.cgi?id=1722918
     10    expected:
     11      if not debug and fission and (processor == "x86") and (os == "linux"): [PASS, NOTRUN, FAIL]
     12      [PASS, FAIL]
     13 
     14  [Eval: Move success external classic script to iframe before-prepare]
     15    expected:
     16      if (processor == "x86") and not debug and (os == "linux"): [PASS, NOTRUN]
     17      if (processor == "x86") and debug: [PASS, NOTRUN]
     18 
     19  [window error: Move success external classic script to iframe before-prepare]
     20    expected:
     21      if (processor == "x86") and not debug and (os == "linux"): [PASS, NOTRUN]
     22      if (processor == "x86") and debug: [PASS, NOTRUN]
     23 
     24  [<script> load: Move success external classic script to iframe before-prepare]
     25    expected:
     26      if (processor == "x86") and not debug and (os == "linux"): [PASS, FAIL]
     27      if (processor == "x86") and debug: [PASS, FAIL]