tor-browser

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

prefix-suffix-syntax.html.ini (635B)


      1 [prefix-suffix-syntax.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [@counter-style 'prefix: url("https://example.com/foo.png")' is valid]
      5    expected: FAIL
      6 
      7  [@counter-style 'suffix: url("https://example.com/foo.png")' is valid]
      8    expected: FAIL
      9 
     10  [@counter-style 'prefix: url(https://example.com/foo.png)' is valid]
     11    expected: FAIL
     12 
     13  [@counter-style 'suffix: url(https://example.com/foo.png)' is valid]
     14    expected: FAIL
     15 
     16  [@counter-style 'prefix: linear-gradient(yellow, blue)' is valid]
     17    expected: FAIL
     18 
     19  [@counter-style 'suffix: linear-gradient(yellow, blue)' is valid]
     20    expected: FAIL