tor-browser

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

SVGPathSegment.svg.ini (1514B)


      1 [SVGPathSegment.svg]
      2  [Test path.getPathData({normalize: true}) straight lines]
      3    expected:
      4      if (os == "mac") and not debug: [PASS, FAIL]
      5      if (os == "android") and not debug: [PASS, FAIL]
      6 
      7  [SVGPathSegment interface exists]
      8    expected:
      9      if (os == "mac") and not debug: [PASS, FAIL]
     10      if (os == "android") and not debug: [PASS, FAIL]
     11 
     12  [Test path.getPathData({normalize: true}) elliptical arc]
     13    expected:
     14      if (os == "mac") and not debug: [PASS, FAIL]
     15      if (os == "android") and not debug: [PASS, FAIL]
     16 
     17  [Test path.setPathData()empty]
     18    expected:
     19      if (os == "mac") and not debug: [PASS, FAIL]
     20      if (os == "android") and not debug: [PASS, FAIL]
     21 
     22  [Test path.getPathData({normalize: true}) quadratic]
     23    expected:
     24      if (os == "mac") and not debug: [PASS, FAIL]
     25      if (os == "android") and not debug: [PASS, FAIL]
     26 
     27  [Test path.setPathData()lines]
     28    expected:
     29      if (os == "mac") and not debug: [PASS, FAIL]
     30      if (os == "android") and not debug: [PASS, FAIL]
     31 
     32  [Test path.getPathData({normalize: true}) cubic]
     33    expected:
     34      if (os == "mac") and not debug: [PASS, FAIL]
     35      if (os == "android") and not debug: [PASS, FAIL]
     36 
     37  [Test path.getPathData() straight lines]
     38    expected:
     39      if (os == "mac") and not debug: [PASS, FAIL]
     40      if (os == "android") and not debug: [PASS, FAIL]
     41 
     42  [Test path.getPathData() cubic]
     43    expected:
     44      if (os == "mac") and not debug: [PASS, FAIL]
     45      if (os == "android") and not debug: [PASS, FAIL]