tor-browser

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

content-valid.html.ini (2698B)


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