tor-browser

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

ordering.html.ini (360B)


      1 [ordering.html]
      2  [ResizeObserver and IntersectionObserver ordering]
      3    expected:
      4      if (os == "linux") and not asan and fission and not debug and tsan: [PASS, FAIL]
      5      if (os == "linux") and not asan and fission and debug: [PASS, FAIL]
      6      if (os == "linux") and not asan and not fission: [PASS, FAIL]
      7      if (os == "linux") and asan: [PASS, FAIL]