tor-browser

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

inline-style.html.ini (1029B)


      1 [inline-style.html]
      2  expected:
      3    if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
      4  [Styling SVG from inline styles stroke]
      5    expected:
      6      if not asan and (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
      7      if asan and not fission: [PASS, FAIL]
      8 
      9  [Styling SVG from inline styles clip-path]
     10    expected:
     11      if (processor == "x86") and not debug: [PASS, FAIL]
     12 
     13  [Styling SVG from inline styles mask-image]
     14    expected:
     15      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
     16      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
     17 
     18  [Styling SVG from inline styles mask]
     19    expected:
     20      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
     21 
     22  [Styling SVG from inline styles marker-mid]
     23    expected:
     24      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
     25 
     26  [Styling SVG from inline styles marker-end]
     27    expected:
     28      if (processor == "x86") and not debug: [PASS, FAIL]