tor-browser

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

trigger-scope.tentative.html.ini (1555B)


      1 [trigger-scope.tentative.html]
      2  [e.style['trigger-scope'\] = "initial" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['trigger-scope'\] = "inherit" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['trigger-scope'\] = "unset" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['trigger-scope'\] = "revert" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['trigger-scope'\] = "none" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['trigger-scope'\] = "all" should set the property value]
     18    expected: FAIL
     19 
     20  [e.style['trigger-scope'\] = "--a" should set the property value]
     21    expected: FAIL
     22 
     23  [e.style['trigger-scope'\] = "--a, --b" should set the property value]
     24    expected: FAIL
     25 
     26  [e.style['trigger-scope'\] = "--a, --b, --c" should set the property value]
     27    expected: FAIL
     28 
     29  [e.style['trigger-scope'\] = "--foo, --bar" should set the property value]
     30    expected: FAIL
     31 
     32  [e.style['trigger-scope'\] = "--bar, --foo" should set the property value]
     33    expected: FAIL
     34 
     35  [Property trigger-scope value 'initial']
     36    expected: FAIL
     37 
     38  [Property trigger-scope value 'none']
     39    expected: FAIL
     40 
     41  [Property trigger-scope value 'all']
     42    expected: FAIL
     43 
     44  [Property trigger-scope value '--a']
     45    expected: FAIL
     46 
     47  [Property trigger-scope value '--a, --b']
     48    expected: FAIL
     49 
     50  [Property trigger-scope value '--a, --b, --c']
     51    expected: FAIL
     52 
     53  [Property trigger-scope value '--foo, --bar']
     54    expected: FAIL
     55 
     56  [Property trigger-scope value '--bar, --foo']
     57    expected: FAIL