tor-browser

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

transition-in-hidden-page.html.ini (583B)


      1 [transition-in-hidden-page.html]
      2  expected:
      3    if os == "android": ERROR
      4  [A view transition should be skipped when a document becomes hidden while processing update callback]
      5    expected:
      6      if (os == "linux") and (processor == "x86_64") and not tsan: [PASS, FAIL]
      7      if (os == "linux") and (processor == "x86"): [PASS, FAIL]
      8 
      9  [A view transition should be skipped when a document becomes hidden while animating]
     10    expected:
     11      if (os == "linux") and (processor == "x86_64") and not tsan: [PASS, FAIL]
     12      if (os == "linux") and (processor == "x86"): [PASS, FAIL]