tor-browser

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

test_datafont_same_origin.html.ini (535B)


      1 [test_datafont_same_origin.html]
      2  expected:
      3    if (os == "linux") and not fission and not debug and not asan: [OK, ERROR]
      4    if (os == "linux") and fission and not debug: [OK, ERROR]
      5    if (os == "linux") and not fission and debug: [OK, ERROR]
      6  [Test if data:font would be treated same origin.]
      7    expected:
      8      if (os == "linux") and not fission and not debug and not asan: [PASS, TIMEOUT]
      9      if (os == "linux") and fission and not debug: [PASS, TIMEOUT]
     10      if (os == "linux") and not fission and debug: [PASS, TIMEOUT]