tor-browser

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

dashed-function-eval.html.ini (5390B)


      1 [dashed-function-eval.html]
      2  [Literal result]
      3    expected: FAIL
      4 
      5  [Literal result, typed return]
      6    expected: FAIL
      7 
      8  [Literal result, typed return, calc]
      9    expected: FAIL
     10 
     11  [Literal result, typed return, mismatch]
     12    expected: FAIL
     13 
     14  [Missing result descriptor]
     15    expected: FAIL
     16 
     17  [Literal result, empty]
     18    expected: FAIL
     19 
     20  [result cascading behavior]
     21    expected: FAIL
     22 
     23  [Another dashed-function in result]
     24    expected: FAIL
     25 
     26  [Unused argument]
     27    expected: FAIL
     28 
     29  [Single parameter]
     30    expected: FAIL
     31 
     32  [Multiple parameters]
     33    expected: FAIL
     34 
     35  [Single parameter, typed]
     36    expected: FAIL
     37 
     38  [Typed parameter with calc()]
     39    expected: FAIL
     40 
     41  [Untyped parameter with calc()]
     42    expected: FAIL
     43 
     44  [Various typed parameters]
     45    expected: FAIL
     46 
     47  [Parameter with complex type (auto)]
     48    expected: FAIL
     49 
     50  [Parameter with complex type (px)]
     51    expected: FAIL
     52 
     53  [Passing argument to inner function]
     54    expected: FAIL
     55 
     56  [var() in argument resolved before call]
     57    expected: FAIL
     58 
     59  [var() in argument resolved before call, typed]
     60    expected: FAIL
     61 
     62  [Single parameter with default value]
     63    expected: FAIL
     64 
     65  [Multiple parameters with defaults]
     66    expected: FAIL
     67 
     68  [Multiple parameters with defaults, typed]
     69    expected: FAIL
     70 
     71  [Unused local]
     72    expected: FAIL
     73 
     74  [Local does not affect outer scope]
     75    expected: FAIL
     76 
     77  [Substituting local in result]
     78    expected: FAIL
     79 
     80  [Substituting multiple locals in result]
     81    expected: FAIL
     82 
     83  [Local referring to another local]
     84    expected: FAIL
     85 
     86  [Locals appearing after result]
     87    expected: FAIL
     88 
     89  [Locals cascading behavior]
     90    expected: FAIL
     91 
     92  [Custom properties are visible inside function]
     93    expected: FAIL
     94 
     95  [Parameter shadows custom property]
     96    expected: FAIL
     97 
     98  [Local shadows parameter]
     99    expected: FAIL
    100 
    101  [Missing only argument]
    102    expected: FAIL
    103 
    104  [Missing one argument of several]
    105    expected: FAIL
    106 
    107  [Substitute local from outer scope]
    108    expected: FAIL
    109 
    110  [Substitute argument from outer scope]
    111    expected: FAIL
    112 
    113  [Inner argument shadowing outer argument]
    114    expected: FAIL
    115 
    116  [Inner argument shadowing outer local]
    117    expected: FAIL
    118 
    119  [Inner local shadowing outer argument]
    120    expected: FAIL
    121 
    122  [Inner local shadowing outer local]
    123    expected: FAIL
    124 
    125  [Referencing outer local containing var()]
    126    expected: FAIL
    127 
    128  [Referencing outer typed argument]
    129    expected: FAIL
    130 
    131  [Same function with different scopes]
    132    expected: FAIL
    133 
    134  [Referencing local two frames up]
    135    expected: FAIL
    136 
    137  [IACVT outer local shadows property]
    138    expected: FAIL
    139 
    140  [Argument captures IACVT due to invalid var()]
    141    expected: FAIL
    142 
    143  [Argument captures IACVT due to invalid var(), typed]
    144    expected: FAIL
    145 
    146  [Argument captures IACVT due to type mismatch]
    147    expected: FAIL
    148 
    149  [Default referencing another parameter]
    150    expected: FAIL
    151 
    152  [Default referencing another parameter, local interference]
    153    expected: FAIL
    154 
    155  [Default referencing another defaulted parameter]
    156    expected: FAIL
    157 
    158  [Typed default with reference]
    159    expected: FAIL
    160 
    161  [IACVT arguments are defaulted]
    162    expected: FAIL
    163 
    164  [IACVT arguments are defaulted, typed]
    165    expected: FAIL
    166 
    167  [Arguments are defaulted on type mismatch]
    168    expected: FAIL
    169 
    170  [Inner function call should see resolved outer locals]
    171    expected: FAIL
    172 
    173  [Inner function call should see resolved outer locals (reverse)]
    174    expected: FAIL
    175 
    176  [IACVT argument shadows outer scope]
    177    expected: FAIL
    178 
    179  [IACVT argument shadows outer scope, typed]
    180    expected: FAIL
    181 
    182  [IACVT argument shadows outer scope, type mismatch]
    183    expected: FAIL
    184 
    185  [Passing list as only argument]
    186    expected: FAIL
    187 
    188  [Passing list as first argument]
    189    expected: FAIL
    190 
    191  [Passing list as second argument]
    192    expected: FAIL
    193 
    194  [Passing comma as argument]
    195    expected: FAIL
    196 
    197  [Passing {} as argument]
    198    expected: FAIL
    199 
    200  [Passing non-whole-value {} as argument]
    201    expected: FAIL
    202 
    203  [Local variable with initial keyword]
    204    expected: FAIL
    205 
    206  [Local variable with initial keyword, defaulted]
    207    expected: FAIL
    208 
    209  [Local variable with initial keyword, no value via IACVT-capture]
    210    expected: FAIL
    211 
    212  [Default with initial keyword]
    213    expected: FAIL
    214 
    215  [initial appearing via fallback]
    216    expected: FAIL
    217 
    218  [Local variable with inherit keyword]
    219    expected: FAIL
    220 
    221  [Local variable with inherit keyword (nested)]
    222    expected: FAIL
    223 
    224  [Inheriting an invalid value]
    225    expected: FAIL
    226 
    227  [Default with inherit keyword]
    228    expected: FAIL
    229 
    230  [Default with inherit keyword (nested)]
    231    expected: FAIL
    232 
    233  [Local with the unset keyword]
    234    expected: FAIL
    235 
    236  [Local with the revert keyword]
    237    expected: FAIL
    238 
    239  [Local with the revert-layer keyword]
    240    expected: FAIL
    241 
    242  [initial keyword left unresolved on result descriptor]
    243    expected: FAIL
    244 
    245  [inherit keyword left unresolved on result descriptor]
    246    expected: FAIL
    247 
    248  [unset keyword left unresolved on result descriptor]
    249    expected: FAIL
    250 
    251  [revert keyword left unresolved on result descriptor]
    252    expected: FAIL
    253 
    254  [revert-layer keyword left unresolved on result descriptor]
    255    expected: FAIL
    256 
    257  [Keyword can be returned from function into local variable]
    258    expected: FAIL
    259 
    260  [Can not return CSS-wide keyword as length]
    261    expected: FAIL
    262 
    263  [Local with the revert-rule keyword]
    264    expected: FAIL
    265 
    266  [revert-rule keyword left unresolved on result descriptor]
    267    expected: FAIL