tor-browser

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

idlharness.https.window.js.ini (1750B)


      1 [idlharness.https.window.html]
      2  [idl_test setup]
      3    expected:
      4      if (os == "linux") and (processor == "x86_64") and not fission and not debug: [PASS, FAIL]
      5      if (os == "linux") and (processor == "x86"): [PASS, FAIL]
      6 
      7  [WakeLockSentinel must be primary interface of sentinel]
      8    expected:
      9      if (os == "linux") and (processor == "x86_64") and not fission and not debug: [PASS, FAIL]
     10      if (os == "linux") and (processor == "x86"): [PASS, FAIL]
     11 
     12  [Stringification of sentinel]
     13    expected:
     14      if (os == "linux") and (processor == "x86_64") and not fission and not debug: [PASS, FAIL]
     15      if (os == "linux") and (processor == "x86"): [PASS, FAIL]
     16 
     17  [WakeLockSentinel interface: sentinel must inherit property "released" with the proper type]
     18    expected:
     19      if (os == "linux") and (processor == "x86_64") and not fission and not debug: [PASS, FAIL]
     20      if (os == "linux") and (processor == "x86"): [PASS, FAIL]
     21 
     22  [WakeLockSentinel interface: sentinel must inherit property "type" with the proper type]
     23    expected:
     24      if (os == "linux") and (processor == "x86_64") and not fission and not debug: [PASS, FAIL]
     25      if (os == "linux") and (processor == "x86"): [PASS, FAIL]
     26 
     27  [WakeLockSentinel interface: sentinel must inherit property "release()" with the proper type]
     28    expected:
     29      if (os == "linux") and (processor == "x86_64") and not fission and not debug: [PASS, FAIL]
     30      if (os == "linux") and (processor == "x86"): [PASS, FAIL]
     31 
     32  [WakeLockSentinel interface: sentinel must inherit property "onrelease" with the proper type]
     33    expected:
     34      if (os == "linux") and (processor == "x86_64") and not fission and not debug: [PASS, FAIL]
     35      if (os == "linux") and (processor == "x86"): [PASS, FAIL]