tor-browser

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

transition-events-with-document-change.html.ini (821B)


      1 [transition-events-with-document-change.html]
      2  expected:
      3    if (os == "linux") and not tsan and debug and fission: [TIMEOUT, OK]
      4    if (os == "linux") and not tsan and debug and not fission: [OK, TIMEOUT]
      5    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      6    if (os == "linux") and not tsan and not debug: [OK, TIMEOUT]
      7    if (os == "linux") and tsan: [TIMEOUT, OK]
      8  [transition events for an element changing document]
      9    expected:
     10      if (os == "linux") and not tsan and debug and fission: [TIMEOUT, PASS]
     11      if (os == "linux") and not tsan and debug and not fission: [PASS, TIMEOUT]
     12      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
     13      if (os == "linux") and not tsan and not debug: [PASS, TIMEOUT]
     14      if (os == "linux") and tsan: [TIMEOUT, PASS]