tor-browser

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

content-computed.html.ini (1931B)


      1 [content-computed.html]
      2  [Property content value 'open-quote / "alt text"']
      3    expected: [PASS, FAIL]
      4 
      5  [Property content value 'close-quote / "alt text"']
      6    expected: [PASS, FAIL]
      7 
      8  [Property content value 'no-open-quote / "alt text"']
      9    expected: [PASS, FAIL]
     10 
     11  [Property content value 'no-close-quote / "alt text"']
     12    expected: [PASS, FAIL]
     13 
     14  [Property content value 'counter(counter-name) / "alt text"']
     15    expected: [PASS, FAIL]
     16 
     17  [Property content value 'counter(counter-name, counter-style) / "alt text"']
     18    expected: [PASS, FAIL]
     19 
     20  [Property content value 'counter(counter-name, dECiMaL) / "alt text"']
     21    expected: [PASS, FAIL]
     22 
     23  [Property content value 'counter(counter-name, DECIMAL) / "alt text"']
     24    expected: [PASS, FAIL]
     25 
     26  [Property content value 'counters(counter-name, ".") / "alt text"']
     27    expected: [PASS, FAIL]
     28 
     29  [Property content value 'counters(counter-name, ".", counter-style) / "alt text"']
     30    expected: [PASS, FAIL]
     31 
     32  [Property content value 'counters(counter-name, ".", dECiMaL) / "alt text"']
     33    expected: [PASS, FAIL]
     34 
     35  [Property content value 'counters(counter-name, ".", DECIMAL) / "alt text"']
     36    expected: [PASS, FAIL]
     37 
     38  [Property content value 'url("https://www.example.com/picture.svg") / "alt text"']
     39    expected: [PASS, FAIL]
     40 
     41  [Property content value '"hello" / "alt text"']
     42    expected: [PASS, FAIL]
     43 
     44  [Property content value 'counter(counter-name) "potato" / "alt text"']
     45    expected: [PASS, FAIL]
     46 
     47  [Property content value 'counters(counter-name, ".") "potato" / "alt text"']
     48    expected: [PASS, FAIL]
     49 
     50  [Property content value '"(" counters(counter-name, ".", counter-style) ")" / "alt text"']
     51    expected: [PASS, FAIL]
     52 
     53  [Property content value 'open-quote "hello" "world" close-quote / "alt text"']
     54    expected: [PASS, FAIL]
     55 
     56  [Property content value 'url("https://www.example.com/picture.svg") "hello" / "alt text"']
     57    expected: [PASS, FAIL]