tor-browser

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

idlharness.https.any.js.ini (1173B)


      1 [idlharness.https.any.html]
      2  expected:
      3    if os == "android": [OK, CRASH]
      4  [PushSubscriptionOptions interface: attribute userVisibleOnly]
      5    expected: FAIL
      6 
      7  [PushSubscription interface: attribute expirationTime]
      8    expected:
      9      if os == "win": PASS
     10      [PASS, FAIL]
     11 
     12  [Window interface: attribute pushManager]
     13    expected: FAIL
     14 
     15 
     16 [idlharness.https.any.worker.html]
     17  expected:
     18    if (os == "mac") and not debug: [OK, CRASH]
     19    if os == "android": [OK, CRASH]
     20  [PushSubscriptionOptions interface: attribute userVisibleOnly]
     21    expected: FAIL
     22 
     23 
     24 [idlharness.https.any.serviceworker.html]
     25  expected:
     26    if os == "android": [OK, CRASH]
     27  [PushSubscriptionOptions interface: attribute userVisibleOnly]
     28    expected: FAIL
     29 
     30  [PushSubscription interface: attribute expirationTime]
     31    expected:
     32      if os == "win": PASS
     33      [PASS, FAIL]
     34 
     35  [PushEvent interface: attribute notification]
     36    expected: FAIL
     37 
     38  [PushEvent interface: new PushEvent("type") must inherit property "notification" with the proper type]
     39    expected: FAIL
     40 
     41 
     42 [idlharness.https.any.sharedworker.html]
     43  [PushSubscriptionOptions interface: attribute userVisibleOnly]
     44    expected: FAIL