tor-browser

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

serialize-variable-reference.html.ini (438B)


      1 [serialize-variable-reference.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [Longhand with variable preserves original serialization but trims whitespace: without whitespace]
      5    expected:
      6      if (os == "linux") and not debug: [PASS, FAIL]
      7 
      8  [Shorthand with variable preserves original serialization but trims whitespace: without whitespace]
      9    expected:
     10      if (os == "linux") and not debug: [PASS, FAIL]