tor-browser

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

svg.html.ini (609B)


      1 [svg.html]
      2  prefs: [layout.css.zoom.enabled:false]
      3  expected:
      4    if (os == "linux") and asan and fission: TIMEOUT
      5    if (os == "mac") and not debug: [OK, TIMEOUT]
      6  [test15: observe svg:text content and border box]
      7    expected:
      8      if os == "mac": FAIL
      9 
     10  [test0: observe svg:circle]
     11    expected:
     12      if (os == "mac") and not debug: [PASS, FAIL]
     13 
     14  [guard]
     15    expected:
     16      if (os == "linux") and asan and fission: NOTRUN
     17      if os == "linux" and os_version == "24.04" and processor == "x86_64" and display == 'x11' and asan: [PASS, NOTRUN]
     18      if (os == "mac") and not debug: [PASS, NOTRUN]