tor-browser

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

auto-008.html.ini (903B)


      1 [auto-008.html]
      2  [requestAnimationFrame]
      3    expected:
      4      if (os == "win") and debug and (processor == "x86"): PASS
      5      if (os == "android") and sessionHistoryInParent and debug: PASS
      6      if (os == "android") and not sessionHistoryInParent and debug: PASS
      7      if os == "linux": PASS
      8      [PASS, FAIL]
      9 
     10  [Early ResizeObserver]
     11    expected:
     12      if (os == "win") and debug and (processor == "x86"): PASS
     13      if (os == "android") and sessionHistoryInParent and debug: PASS
     14      if (os == "android") and not sessionHistoryInParent and debug: PASS
     15      if os == "linux": PASS
     16      [PASS, FAIL]
     17 
     18  [Late ResizeObserver]
     19    expected:
     20      if (os == "win") and debug and (processor == "x86"): PASS
     21      if (os == "android") and sessionHistoryInParent and debug: PASS
     22      if (os == "android") and not sessionHistoryInParent and debug: PASS
     23      if os == "linux": PASS
     24      [PASS, FAIL]