tor-browser

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

details-toggle-source.html.ini (643B)


      1 [details-toggle-source.html]
      2  [ToggleEvent.source on <details> elements: click details.]
      3    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1991074
      4    expected:
      5      if os == "linux": PASS
      6      [FAIL, PASS]
      7 
      8  [ToggleEvent.source on <details> elements: click summary.]
      9    expected:
     10      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
     11      if (os == "linux") and asan and fission: [PASS, FAIL]
     12 
     13  [ToggleEvent.source on <details> elements: details.open.]
     14    expected:
     15      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
     16      if (os == "linux") and asan and fission: [PASS, FAIL]