tor-browser

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

mixin-parameters.tentative.html.ini (1246B)


      1 [mixin-parameters.tentative.html]
      2  [Mixins with invalid parameter lists are ignored]
      3    expected: FAIL
      4 
      5  [Basic mixin parameter passing]
      6    expected: FAIL
      7 
      8  [Mixins can be called multiple times with different parameters]
      9    expected: FAIL
     10 
     11  [Too few parameters and no default ignores mixin]
     12    expected: FAIL
     13 
     14  [Mixin argument parsing with arguments wrapped in {}]
     15    expected: FAIL
     16 
     17  [Defaults in mixin parameters]
     18    expected: FAIL
     19 
     20  [Fallback is ignored if argument is given]
     21    expected: FAIL
     22 
     23  [Fallback is used with no parameter and no default]
     24    expected: FAIL
     25 
     26  [var() can be accessed from attributes]
     27    expected: FAIL
     28 
     29  [var() resolves typed parameters]
     30    expected: FAIL
     31 
     32  [var() refuses illegal syntax parameters, but does not fail entire mixin]
     33    expected: FAIL
     34 
     35  [var() can access parameters from outer mixins]
     36    expected: FAIL
     37 
     38  [var() works inside if, in condition and true branch]
     39    expected: FAIL
     40 
     41  [var() works inside if, in condition and false branch]
     42    expected: FAIL
     43 
     44  [Mixin arguments are resolved at call site, not at use]
     45    expected: FAIL
     46 
     47  [var() supports default parameters]
     48    expected: FAIL
     49 
     50  [var() typed default parameters are resolved against the element]
     51    expected: FAIL