tor-browser

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

postmessage.https.html.ini (469B)


      1 [postmessage.https.html]
      2  expected:
      3    if sessionHistoryInParent and not asan and (processor == "x86") and (os == "win"): OK
      4    if sessionHistoryInParent and not asan and (processor == "x86_64"): OK
      5    [OK, TIMEOUT]
      6  [Post messages among service workers]
      7    expected:
      8      if sessionHistoryInParent and not asan and (processor == "x86") and (os == "win"): PASS
      9      if sessionHistoryInParent and not asan and (processor == "x86_64"): PASS
     10      [PASS, TIMEOUT]